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