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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
bc69468 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2f5a137553b8c97f063793599d60398ae9f6ce3f640b5930779c7508bd95df53
size 627
|