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