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