Instructions to use Fsoft-AIC/dopamin-python-expand with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fsoft-AIC/dopamin-python-expand with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Fsoft-AIC/dopamin-python-expand")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Fsoft-AIC/dopamin-python-expand") model = AutoModelForSequenceClassification.from_pretrained("Fsoft-AIC/dopamin-python-expand") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a80d605 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:de300b6adb36a22fd28ece871b881a4cdb3bbee7d074696960749e28acd9b2a6
size 4539
|