Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2.5-Math-1.5B-Instruct
|
| 3 |
-
datasets:
|
| 4 |
library_name: transformers
|
| 5 |
model_name: Qwen2.5-Math-1.5B-Instruct-PRM-0.2
|
| 6 |
tags:
|
|
@@ -12,7 +12,7 @@ licence: license
|
|
| 12 |
|
| 13 |
# Model Card for Qwen2.5-Math-1.5B-Instruct-PRM-0.2
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-Math-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B-Instruct) on the [
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
|
@@ -22,7 +22,7 @@ How to use the model:
|
|
| 22 |
```python
|
| 23 |
from transformers import pipeline
|
| 24 |
|
| 25 |
-
pipe = pipeline("token-classification", model="
|
| 26 |
|
| 27 |
example = {
|
| 28 |
"prompt": "Let $a,$ $b,$ and $c$ be positive real numbers. Find the set of all possible values of\n\\[\\frac{c}{a} + \\frac{a}{b + c} + \\frac{b}{c}.\\]",
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2.5-Math-1.5B-Instruct
|
| 3 |
+
datasets: HuggingFaceH4/prm800k-trl-dedup
|
| 4 |
library_name: transformers
|
| 5 |
model_name: Qwen2.5-Math-1.5B-Instruct-PRM-0.2
|
| 6 |
tags:
|
|
|
|
| 12 |
|
| 13 |
# Model Card for Qwen2.5-Math-1.5B-Instruct-PRM-0.2
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-Math-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B-Instruct) on the [HuggingFaceH4/prm800k-trl-dedup](https://huggingface.co/datasets/HuggingFaceH4/prm800k-trl-dedup) dataset.
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
|
|
|
| 22 |
```python
|
| 23 |
from transformers import pipeline
|
| 24 |
|
| 25 |
+
pipe = pipeline("token-classification", model="HuggingFaceH4/Qwen2.5-Math-1.5B-Instruct-PRM-0.2", device="cuda")
|
| 26 |
|
| 27 |
example = {
|
| 28 |
"prompt": "Let $a,$ $b,$ and $c$ be positive real numbers. Find the set of all possible values of\n\\[\\frac{c}{a} + \\frac{a}{b + c} + \\frac{b}{c}.\\]",
|