Transformers
Safetensors
lbourdois commited on
Commit
4904987
·
verified ·
1 Parent(s): 8a7bf53

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +222 -208
README.md CHANGED
@@ -1,209 +1,223 @@
1
- ---
2
- library_name: transformers
3
- license: mit
4
- datasets:
5
- - TIGER-Lab/MathInstruct
6
- base_model:
7
- - Qwen/Qwen2.5-0.5B
8
- ---
9
-
10
- # Model Card for Model ID
11
-
12
- Qwen2.5-0.5B finetuned with MathInsturct datasets on laptop 4070 8G using llama-factory
13
-
14
- Findings:
15
- - After finetuning, the model can answer questions like 'which is bigger? 9.11 or 9.9' but still cannot count the number of r's in the word strawberry.
16
- - I asked three math questions generated by gpt-4o, the base model can already correctly handle them. Seems like the base model is already trained on those data.
17
- Details can be found in the inference.ipynb file.
18
-
19
-
20
- ## Model Details
21
-
22
- Check relevent files in the repo
23
-
24
- ### Model Description
25
-
26
- <!-- Provide a longer summary of what this model is. -->
27
-
28
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
29
-
30
- - **Developed by:** [More Information Needed]
31
- - **Funded by [optional]:** [More Information Needed]
32
- - **Shared by [optional]:** [More Information Needed]
33
- - **Model type:** [More Information Needed]
34
- - **Language(s) (NLP):** [More Information Needed]
35
- - **License:** [More Information Needed]
36
- - **Finetuned from model [optional]:** [More Information Needed]
37
-
38
- ### Model Sources [optional]
39
-
40
- <!-- Provide the basic links for the model. -->
41
-
42
- - **Repository:** [More Information Needed]
43
- - **Paper [optional]:** [More Information Needed]
44
- - **Demo [optional]:** [More Information Needed]
45
-
46
- ## Uses
47
-
48
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
49
-
50
- ### Direct Use
51
-
52
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
53
-
54
- [More Information Needed]
55
-
56
- ### Downstream Use [optional]
57
-
58
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
59
-
60
- [More Information Needed]
61
-
62
- ### Out-of-Scope Use
63
-
64
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
65
-
66
- [More Information Needed]
67
-
68
- ## Bias, Risks, and Limitations
69
-
70
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
71
-
72
- [More Information Needed]
73
-
74
- ### Recommendations
75
-
76
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
77
-
78
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
79
-
80
- ## How to Get Started with the Model
81
-
82
- Use the code below to get started with the model.
83
-
84
- [More Information Needed]
85
-
86
- ## Training Details
87
-
88
- ### Training Data
89
-
90
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
91
-
92
- [More Information Needed]
93
-
94
- ### Training Procedure
95
-
96
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
97
-
98
- #### Preprocessing [optional]
99
-
100
- [More Information Needed]
101
-
102
-
103
- #### Training Hyperparameters
104
-
105
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
106
-
107
- #### Speeds, Sizes, Times [optional]
108
-
109
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
110
-
111
- [More Information Needed]
112
-
113
- ## Evaluation
114
-
115
- <!-- This section describes the evaluation protocols and provides the results. -->
116
-
117
- ### Testing Data, Factors & Metrics
118
-
119
- #### Testing Data
120
-
121
- <!-- This should link to a Dataset Card if possible. -->
122
-
123
- [More Information Needed]
124
-
125
- #### Factors
126
-
127
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
128
-
129
- [More Information Needed]
130
-
131
- #### Metrics
132
-
133
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
134
-
135
- [More Information Needed]
136
-
137
- ### Results
138
-
139
- [More Information Needed]
140
-
141
- #### Summary
142
-
143
-
144
-
145
- ## Model Examination [optional]
146
-
147
- <!-- Relevant interpretability work for the model goes here -->
148
-
149
- [More Information Needed]
150
-
151
- ## Environmental Impact
152
-
153
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
154
-
155
- 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).
156
-
157
- - **Hardware Type:** [More Information Needed]
158
- - **Hours used:** [More Information Needed]
159
- - **Cloud Provider:** [More Information Needed]
160
- - **Compute Region:** [More Information Needed]
161
- - **Carbon Emitted:** [More Information Needed]
162
-
163
- ## Technical Specifications [optional]
164
-
165
- ### Model Architecture and Objective
166
-
167
- [More Information Needed]
168
-
169
- ### Compute Infrastructure
170
-
171
- [More Information Needed]
172
-
173
- #### Hardware
174
-
175
- [More Information Needed]
176
-
177
- #### Software
178
-
179
- [More Information Needed]
180
-
181
- ## Citation [optional]
182
-
183
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
184
-
185
- **BibTeX:**
186
-
187
- [More Information Needed]
188
-
189
- **APA:**
190
-
191
- [More Information Needed]
192
-
193
- ## Glossary [optional]
194
-
195
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
196
-
197
- [More Information Needed]
198
-
199
- ## More Information [optional]
200
-
201
- [More Information Needed]
202
-
203
- ## Model Card Authors [optional]
204
-
205
- [More Information Needed]
206
-
207
- ## Model Card Contact
208
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  [More Information Needed]
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ datasets:
5
+ - TIGER-Lab/MathInstruct
6
+ base_model:
7
+ - Qwen/Qwen2.5-0.5B
8
+ language:
9
+ - zho
10
+ - eng
11
+ - fra
12
+ - spa
13
+ - por
14
+ - deu
15
+ - ita
16
+ - rus
17
+ - jpn
18
+ - kor
19
+ - vie
20
+ - tha
21
+ - ara
22
+ ---
23
+
24
+ # Model Card for Model ID
25
+
26
+ Qwen2.5-0.5B finetuned with MathInsturct datasets on laptop 4070 8G using llama-factory
27
+
28
+ Findings:
29
+ - After finetuning, the model can answer questions like 'which is bigger? 9.11 or 9.9' but still cannot count the number of r's in the word strawberry.
30
+ - I asked three math questions generated by gpt-4o, the base model can already correctly handle them. Seems like the base model is already trained on those data.
31
+ Details can be found in the inference.ipynb file.
32
+
33
+
34
+ ## Model Details
35
+
36
+ Check relevent files in the repo
37
+
38
+ ### Model Description
39
+
40
+ <!-- Provide a longer summary of what this model is. -->
41
+
42
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
43
+
44
+ - **Developed by:** [More Information Needed]
45
+ - **Funded by [optional]:** [More Information Needed]
46
+ - **Shared by [optional]:** [More Information Needed]
47
+ - **Model type:** [More Information Needed]
48
+ - **Language(s) (NLP):** [More Information Needed]
49
+ - **License:** [More Information Needed]
50
+ - **Finetuned from model [optional]:** [More Information Needed]
51
+
52
+ ### Model Sources [optional]
53
+
54
+ <!-- Provide the basic links for the model. -->
55
+
56
+ - **Repository:** [More Information Needed]
57
+ - **Paper [optional]:** [More Information Needed]
58
+ - **Demo [optional]:** [More Information Needed]
59
+
60
+ ## Uses
61
+
62
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
63
+
64
+ ### Direct Use
65
+
66
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Downstream Use [optional]
71
+
72
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
73
+
74
+ [More Information Needed]
75
+
76
+ ### Out-of-Scope Use
77
+
78
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
79
+
80
+ [More Information Needed]
81
+
82
+ ## Bias, Risks, and Limitations
83
+
84
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Recommendations
89
+
90
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
91
+
92
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
93
+
94
+ ## How to Get Started with the Model
95
+
96
+ Use the code below to get started with the model.
97
+
98
+ [More Information Needed]
99
+
100
+ ## Training Details
101
+
102
+ ### Training Data
103
+
104
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ### Training Procedure
109
+
110
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
111
+
112
+ #### Preprocessing [optional]
113
+
114
+ [More Information Needed]
115
+
116
+
117
+ #### Training Hyperparameters
118
+
119
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
120
+
121
+ #### Speeds, Sizes, Times [optional]
122
+
123
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ## Evaluation
128
+
129
+ <!-- This section describes the evaluation protocols and provides the results. -->
130
+
131
+ ### Testing Data, Factors & Metrics
132
+
133
+ #### Testing Data
134
+
135
+ <!-- This should link to a Dataset Card if possible. -->
136
+
137
+ [More Information Needed]
138
+
139
+ #### Factors
140
+
141
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
142
+
143
+ [More Information Needed]
144
+
145
+ #### Metrics
146
+
147
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
148
+
149
+ [More Information Needed]
150
+
151
+ ### Results
152
+
153
+ [More Information Needed]
154
+
155
+ #### Summary
156
+
157
+
158
+
159
+ ## Model Examination [optional]
160
+
161
+ <!-- Relevant interpretability work for the model goes here -->
162
+
163
+ [More Information Needed]
164
+
165
+ ## Environmental Impact
166
+
167
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
168
+
169
+ 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).
170
+
171
+ - **Hardware Type:** [More Information Needed]
172
+ - **Hours used:** [More Information Needed]
173
+ - **Cloud Provider:** [More Information Needed]
174
+ - **Compute Region:** [More Information Needed]
175
+ - **Carbon Emitted:** [More Information Needed]
176
+
177
+ ## Technical Specifications [optional]
178
+
179
+ ### Model Architecture and Objective
180
+
181
+ [More Information Needed]
182
+
183
+ ### Compute Infrastructure
184
+
185
+ [More Information Needed]
186
+
187
+ #### Hardware
188
+
189
+ [More Information Needed]
190
+
191
+ #### Software
192
+
193
+ [More Information Needed]
194
+
195
+ ## Citation [optional]
196
+
197
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
198
+
199
+ **BibTeX:**
200
+
201
+ [More Information Needed]
202
+
203
+ **APA:**
204
+
205
+ [More Information Needed]
206
+
207
+ ## Glossary [optional]
208
+
209
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
210
+
211
+ [More Information Needed]
212
+
213
+ ## More Information [optional]
214
+
215
+ [More Information Needed]
216
+
217
+ ## Model Card Authors [optional]
218
+
219
+ [More Information Needed]
220
+
221
+ ## Model Card Contact
222
+
223
  [More Information Needed]