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