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