Instructions to use handraise-dev/3270_Miro-Dove with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use handraise-dev/3270_Miro-Dove with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="handraise-dev/3270_Miro-Dove")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("handraise-dev/3270_Miro-Dove") model = AutoModelForSequenceClassification.from_pretrained("handraise-dev/3270_Miro-Dove") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9a97a00 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f24d59b2cb9197f9256ad1f2041d708af010a2908542291f4397bee8a60f4158
size 4920
|