Text Classification
Transformers
Safetensors
llama
Generated from Trainer
reward-trainer
trl
text-embeddings-inference
Instructions to use 01eg0/trainer_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 01eg0/trainer_output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="01eg0/trainer_output")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("01eg0/trainer_output") model = AutoModelForSequenceClassification.from_pretrained("01eg0/trainer_output", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
44fc048 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1b87fdbcaf568532313cb5e7780e8980e57c807baa09e1f897c9a546e333c4a4
size 6033
|