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