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