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") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8806f3b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b7ae5fc4fa5f853116aed0be86b23ace9162fb3a57ef9547b493325641f97ed
size 4539
|