plaguss HF staff commited on
Commit
4a274ab
·
verified ·
1 Parent(s): beaa199

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-Math-7B-Instruct
3
- datasets: plaguss/prm800k-trl-dedup
4
  library_name: transformers
5
  model_name: Qwen2.5-Math-7B-Instruct-PRM-0.2
6
  tags:
@@ -12,7 +12,7 @@ licence: license
12
 
13
  # Model Card for Qwen2.5-Math-7B-Instruct-PRM-0.2
14
 
15
- This model is a fine-tuned version of [Qwen/Qwen2.5-Math-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct) on the [plaguss/prm800k-trl-dedup](https://huggingface.co/datasets/plaguss/prm800k-trl-dedup) dataset.
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="Qwen2.5-Math-7B-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}.\\]",
 
1
  ---
2
  base_model: Qwen/Qwen2.5-Math-7B-Instruct
3
+ datasets: HuggingFaceH4/prm800k-trl-dedup
4
  library_name: transformers
5
  model_name: Qwen2.5-Math-7B-Instruct-PRM-0.2
6
  tags:
 
12
 
13
  # Model Card for Qwen2.5-Math-7B-Instruct-PRM-0.2
14
 
15
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Math-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-7B-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-7B-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}.\\]",