Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,14 +7,17 @@ library_name: peft
|
|
| 7 |
|
| 8 |
This model is from paper "Can A Gamer Train A Mathematical Reasoning Model?" which examines training a mathematical reasoning model on a single gaming GPU, namely RTX 3080 TI.
|
| 9 |
|
| 10 |
-
|
| 11 |
## Model Details
|
| 12 |
|
| 13 |
### Model Description
|
| 14 |
|
| 15 |
<!-- Provide a longer summary of what this model is. -->
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
- **Developed by:** Andrew Shin
|
| 20 |
- **Funded by [optional]:** [More Information Needed]
|
|
|
|
| 7 |
|
| 8 |
This model is from paper "Can A Gamer Train A Mathematical Reasoning Model?" which examines training a mathematical reasoning model on a single gaming GPU, namely RTX 3080 TI.
|
| 9 |
|
|
|
|
| 10 |
## Model Details
|
| 11 |
|
| 12 |
### Model Description
|
| 13 |
|
| 14 |
<!-- Provide a longer summary of what this model is. -->
|
| 15 |
|
| 16 |
+
```
|
| 17 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 18 |
+
model = AutoModelForCausalLM.from_pretrained("shinysup/YouronMath")
|
| 19 |
+
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-Math-1.5B")
|
| 20 |
+
```
|
| 21 |
|
| 22 |
- **Developed by:** Andrew Shin
|
| 23 |
- **Funded by [optional]:** [More Information Needed]
|