shinysup commited on
Commit
4ad3eb7
·
verified ·
1 Parent(s): 9439b06

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -5,8 +5,7 @@ library_name: peft
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
@@ -17,19 +16,19 @@ library_name: peft
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
  - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
- - **Repository:** [More Information Needed]
33
  - **Paper [optional]:** [More Information Needed]
34
  - **Demo [optional]:** [More Information Needed]
35
 
@@ -144,8 +143,8 @@ Use the code below to get started with the model.
144
 
145
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
 
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
  - **Cloud Provider:** [More Information Needed]
150
  - **Compute Region:** [More Information Needed]
151
  - **Carbon Emitted:** [More Information Needed]
@@ -199,4 +198,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
- - PEFT 0.14.0
 
5
 
6
  # Model Card for Model ID
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
 
16
 
17
 
18
 
19
+ - **Developed by:** Andrew Shin
20
  - **Funded by [optional]:** [More Information Needed]
21
  - **Shared by [optional]:** [More Information Needed]
22
  - **Model type:** [More Information Needed]
23
  - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** MIT License
25
+ - **Finetuned from model [optional]:** Qwen2.5-Math-1.5B
26
 
27
  ### Model Sources [optional]
28
 
29
  <!-- Provide the basic links for the model. -->
30
 
31
+ - **Repository:** https://github.com/shinandrew/YouronMath
32
  - **Paper [optional]:** [More Information Needed]
33
  - **Demo [optional]:** [More Information Needed]
34
 
 
143
 
144
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
145
 
146
+ - **Hardware Type:** Nvidia RTX 3080 Ti
147
+ - **Hours used:** Less than 30 hours
148
  - **Cloud Provider:** [More Information Needed]
149
  - **Compute Region:** [More Information Needed]
150
  - **Carbon Emitted:** [More Information Needed]
 
198
  [More Information Needed]
199
  ### Framework versions
200
 
201
+ - PEFT 0.14.0