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: 134 Bytes
bc69468 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b119bee0b21eb128e241135f056a6f5d4539a8d082d71cec4c3336ab30476a0a
size 612026240
|