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