Token Classification
Transformers
Safetensors
qwen2
Generated from Trainer
trl
prm
text-generation-inference
Instructions to use alothomas/Qwen2.5-0.5B-PRM-RAD-balanced-V4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alothomas/Qwen2.5-0.5B-PRM-RAD-balanced-V4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alothomas/Qwen2.5-0.5B-PRM-RAD-balanced-V4")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alothomas/Qwen2.5-0.5B-PRM-RAD-balanced-V4") model = AutoModelForTokenClassification.from_pretrained("alothomas/Qwen2.5-0.5B-PRM-RAD-balanced-V4") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 32919
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1976170816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd17f069738e338577f902bdf6856b78047dfa200971a4397745684372a77756
|
| 3 |
size 1976170816
|