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: 128 Bytes
e8ea24c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cec427b48ffc9d7d6a6aef503c7838050847a92d6404909df5891d741c8ce26d
size 627
|