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: 129 Bytes
8f9e6ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bc0e5c9ad0b0ca204d289714c31a7a5453a223799229d7b1aa1e91f433cc4f83
size 3899
|