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