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