Prakamya commited on
Commit
40ebd25
·
verified ·
1 Parent(s): 0b53660

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +363 -196
README.md CHANGED
@@ -1,199 +1,366 @@
1
  ---
 
 
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
4
  ---
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
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
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
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- 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. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
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]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ license_link: LICENSE
4
  library_name: transformers
5
+ pipeline_tag: text-generation
6
+ datasets:
7
+ - nvidia/OpenMathInstruct-2
8
+ - a-m-team/AM-DeepSeek-R1-Distilled-1.4M
9
+ - SynthLabsAI/Big-Math-RL-Verified
10
+ - zwhe99/DeepMath-103K
11
+ - agentica-org/DeepScaleR-Preview-Dataset
12
+ language:
13
+ - en
14
+ base_model:
15
+ - amd/Instella-3B-Instruct
16
  ---
17
+ <div align="center">
18
+ <br>
19
+ <br>
20
+ <h1>Instella-Math✨: Fully Open Language Model with Reasoning Capability</h1>
21
+ <a href='https://huggingface.co/amd/Instella-3B-Math'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'></a>
22
+ <a href='https://rocm.blogs.amd.com/artificial-intelligence/instella-math-language/README.html'><img src='https://img.shields.io/badge/Technical-Blog-red'></a>
23
+ </div>
24
+
25
+ AMD is thrilled to introduce [Instella-Math](https://huggingface.co/amd/Instella-3B-Math), a reasoning-focused language model that marks a major milestone for AMD: as far as we know, it's **the first language model trained with long chain-of-thought reinforcement learning entirely on AMD GPUs**. Starting from [Instella-3B-Instruct](https://huggingface.co/amd/Instella-3B-Instruct), we extended the model’s capabilities through a multi-stage training pipeline—featuring two stages of supervised fine-tuning and three stages of reinforcement learning using the [VERL framework](https://rocm.blogs.amd.com/artificial-intelligence/verl-large-scale/README.html) —executed entirely on AMD Instinct™ MI300X GPUs.
26
+
27
+ # Key Takeaways
28
+
29
+ - Introducing Instella-Math — first reasoning-centric language model with 3 billion parameters from AMD, fully trained on 32 AMD Instinct MI300X GPUs.
30
+ - Built on the AMD ROCm software stack, Instella-3B-Math leverages efficient distributed training techniques, including reinforcement learning across 4 MI300X nodes (8 GPUs each), demonstrating the scalability and performance of AMD hardware for cutting-edge AI workloads.
31
+ - Instella-Math is an open language model whose architecture, training code, weights, and datasets are publicly available, allowing anyone to inspect, use, modify, or build upon the model.
32
+
33
+ # Instella-Math
34
+ Derived from [Instella-3B-Instruct](https://huggingface.co/amd/Instella-3B-Instruct) with an identical architecture, Instella-3B-Math is optimized for logical reasoning, mathematical problem-solving, and chain-of-thought tasks. The training pipeline features two stages of supervised fine-tuning followed by three reinforcement learning stages using the GRPO algorithm, as shown in figure 1.
35
+
36
+ <div align="center">
37
+ <img src="instella_math_pipeline.png" style="object-fit: contain;"/>
38
+ <em><b>Figure 1:</b> Instella-Math Training Steps</em>
39
+ </div>
40
+
41
+ # Supervised Finetuning (SFT)
42
+
43
+ We perform a two-stage supervised fine-tuning process to gradually enhance the reasoning capabilities of the Instella-3B-Instruct model. The first stage we use instruction tuning for mathematical coverage. The second stage enables the model to generate in-depth analyses and structured reasoning steps, which are crucial for tackling complex problems like Olympiad-level math questions.
44
+
45
+ ## Stage 1: Instruction Tuning with OpenMathInstruct-2 for Mathematical Coverage
46
+
47
+ In the first stage of SFT, we begin with instruction tuning, following instructions or prompts properly, especially in a question-answer or problem-solution format. Using the [OpenMathInstruct-2](https://huggingface.co/datasets/nvidia/OpenMathInstruct-2) dataset, which consists of 14 million problem-solution pairs generated from the GSM8K and MATH training sets. The model is trained to follow mathematical prompts covering a diverse range of topics from arithmetic and algebra to probability and calculus.
48
+
49
+ ## Stage 2: Deep Reasoning with Long-Context Training on AM-DeepSeek-R1-Distilled
50
+
51
+ In the second SFT stage, we further improve the model’s reasoning capability by training on [AM-DeepSeek-R1-Distilled-1.4M](https://huggingface.co/datasets/a-m-team/AM-DeepSeek-R1-Distilled-1.4M), which is a large-scale general reasoning task dataset with high-quality and challenging reasoning problems. In this stage, we increase the context length of the model from 4K to 32K to allow the model to learn from the long chain-of-thought responses distilled from large reasoning models such as DeepSeek-R1.
52
+
53
+ # Reinforcement Learning (GRPO)
54
+
55
+ ## Stage 1: GRPO with 8 Rollouts and 8K Output Contexts
56
+
57
+ **Training:** In the first stage of reinforcement learning, we apply the Group Relative Policy Optimization (GRPO) algorithm to train the model on [Big-Math-RL-Verified](https://huggingface.co/datasets/SynthLabsAI/Big-Math-RL-Verified), a curated set of complex multi-step math problems. We generate **8 rollouts per prompt**, each allowing up to **8K output tokens**, to explore diverse reasoning trajectories. The model is trained for **1,200 GRPO steps**, using ruled-based reward signals designed by Prime-RL that favor correctness of solutions in the desired format. Training is distributed over **16 MI300X GPUs across 2 nodes**, with VERL and VLLM enabling stable and efficient rollout collection, reward evaluation, and policy updates.
58
+
59
+ ## Stage 2: GRPO with Extended 16 Rollouts and 16K Output Contexts on DeepMath
60
+
61
+ **Training:** To push the limits of long-form reasoning, we conduct a second GRPO stage on [DeepMath](https://huggingface.co/datasets/zwhe99/DeepMath-103K) using **16 rollouts per prompt** with up to **16K output tokens**. This stage is designed to maximize the model's capacity for deep mathematical reasoning, enabling it to solve problems that require extended derivations, multiple nested logical steps, or structured proof-like outputs. In this stage, training is distributed over **32 MI300X GPUs across 4 nodes**, and the model is trained for **600 GRPO steps**.
62
+
63
+ ## Stage 3: GRPO with Extended 16 Rollouts and 16K Output Contexts on DeepScaleR
64
+
65
+ Training: To further improve the performance on Olympiad-level math questions, we conduct a third GRPO stage on [DeepScaleR](https://huggingface.co/datasets/agentica-org/DeepScaleR-Preview-Dataset), which contains original questions from real Olympiad math competitions like AIME (1984-2023) and AMC (prior to 2023). Same as Stage 2, Stage 3 training uses **16 rollouts per prompt** with up to **16K output tokens**. In this stage, training is distributed over **32 MI300X GPUs across 4 nodes**, and the model is trained for **740 GRPO steps**.
66
+
67
+ # Results
68
+ <div class="table-wrapper" align="center">
69
+
70
+ <table>
71
+ <thead>
72
+ <tr>
73
+ <th></th>
74
+ <th>Size</th>
75
+ <th>MATH 500</th>
76
+ <th>GSM8K</th>
77
+ <th>GPQA-D</th>
78
+ <th>AIME 2024</th>
79
+ <th>AIME 2025</th>
80
+ <th>AMC</th>
81
+ <th>Minerva</th>
82
+ <th>OlympiadBench</th>
83
+ <th>Average</th>
84
+ </tr>
85
+ </thead>
86
+ <tbody>
87
+ <tr>
88
+ <th colspan="11">Open Weight Models</th>
89
+ </tr>
90
+ <tr>
91
+ <th>Qwen2.5-Math-1.5B</th>
92
+ <td>1.5B</td>
93
+ <td>57.81</td>
94
+ <td>66.31</td>
95
+ <td>15.40</td>
96
+ <td>7.71</td>
97
+ <td>3.96</td>
98
+ <td>35.77</td>
99
+ <td>15.72</td>
100
+ <td>25.98</td>
101
+ <td>28.58</td>
102
+ </tr>
103
+ <tr>
104
+ <th>DeepSeek-R1-Distill-Qwen-1.5B</th>
105
+ <td>1.5B</td>
106
+ <td>82.58</td>
107
+ <td>84.06</td>
108
+ <td>16.48</td>
109
+ <td>27.50</td>
110
+ <td>22.50</td>
111
+ <td>63.48</td>
112
+ <td>26.52</td>
113
+ <td>43.00</td>
114
+ <td>45.76</td>
115
+ </tr>
116
+ <tr>
117
+ <th>STILL-3-1.5B-preview</th>
118
+ <td>1.5B</td>
119
+ <td>84.59</td>
120
+ <td>86.57</td>
121
+ <td>19.48</td>
122
+ <td>30.63</td>
123
+ <td>25.21</td>
124
+ <td>66.72</td>
125
+ <td>28.58</td>
126
+ <td>45.29</td>
127
+ <td>48.38</td>
128
+ </tr>
129
+ <tr>
130
+ <th>DeepScaleR-1.5B-Preview</th>
131
+ <td>1.5B</td>
132
+ <td>87.43</td>
133
+ <td>87.34</td>
134
+ <td>16.45</td>
135
+ <td>40.63</td>
136
+ <td>30.83</td>
137
+ <td>73.19</td>
138
+ <td>30.06</td>
139
+ <td>49.89</td>
140
+ <td>51.98</td>
141
+ </tr>
142
+ <tr>
143
+ <th colspan="11">Fully Open Models</th>
144
+ </tr>
145
+ <tr>
146
+ <th>SmolLM3-3B</th>
147
+ <td>3B</td>
148
+ <td>90.16</td>
149
+ <td>92.26</td>
150
+ <td>44.85</td>
151
+ <td>52.50</td>
152
+ <td>35.83</td>
153
+ <td>78.69</td>
154
+ <td>31.76</td>
155
+ <td>55.35</td>
156
+ <td>60.18</td>
157
+ </tr>
158
+ <tr>
159
+ <th>OLMo-2-1124-7B-Instruct</th>
160
+ <td>7B</td>
161
+ <td>32.5</td>
162
+ <td>80.86</td>
163
+ <td>11.14</td>
164
+ <td>1.25</td>
165
+ <td>0.21</td>
166
+ <td>12.27</td>
167
+ <td>10.30</td>
168
+ <td>8.48</td>
169
+ <td>19.63</td>
170
+ </tr>
171
+ <tr>
172
+ <th>Instella-Math SFT</th>
173
+ <td>3B</td>
174
+ <td>77.55</td>
175
+ <td>88.03</td>
176
+ <td>23.36</td>
177
+ <td>20.00</td>
178
+ <td>18.96</td>
179
+ <td>53.92</td>
180
+ <td>18.82</td>
181
+ <td>43.27</td>
182
+ <td>42.99</td>
183
+ </tr>
184
+ <tr>
185
+ <th>Instella-Math RL Stage 1</th>
186
+ <td>3B</td>
187
+ <td>82.16</td>
188
+ <td>90.90</td>
189
+ <td>34.15</td>
190
+ <td>27.92</td>
191
+ <td>22.50</td>
192
+ <td>58.81</td>
193
+ <td>25.05</td>
194
+ <td>49.23</td>
195
+ <td>48.84</td>
196
+ </tr>
197
+ <tr>
198
+ <th>Instella-Math RL Stage 2</th>
199
+ <td>3B</td>
200
+ <td>85.84</td>
201
+ <td>91.72</td>
202
+ <td>37.37</td>
203
+ <td>29.58</td>
204
+ <td>22.92</td>
205
+ <td>66.72</td>
206
+ <td>27.53</td>
207
+ <td>52.67</td>
208
+ <td>51.79</td>
209
+ </tr>
210
+ <tr>
211
+ <th>Instella-Math RL Stage 3</th>
212
+ <td>3B</td>
213
+ <td>86.49</td>
214
+ <td>92.48</td>
215
+ <td>37.63</td>
216
+ <td>35.63</td>
217
+ <td>27.71</td>
218
+ <td>69.73</td>
219
+ <td>27.67</td>
220
+ <td>53.11</td>
221
+ <td>53.80</td>
222
+ </tr>
223
+ </tbody>
224
+ </table>
225
+ <em><b>Table 1:</b> Instella-Math evaluation results (<i>Pass@1</i>).</em>
226
+ </div>
227
+
228
+ <div class="table-wrapper" align="center">
229
+
230
+ <table>
231
+ <thead>
232
+ <tr>
233
+ <th></th>
234
+ <th>oTTT</th>
235
+ <th>dTTT</th>
236
+ <th>cTTT</th>
237
+ <th>sTTT</th>
238
+ <th>Average</th>
239
+ </tr>
240
+ </thead>
241
+ <tbody>
242
+ <tr>
243
+ <th colspan="11">Open Weight Models</th>
244
+ </tr>
245
+ <tr>
246
+ <th>Qwen2.5-Math-1.5B</th>
247
+ <td>12.5</td>
248
+ <td>10.00</td>
249
+ <td>18.89</td>
250
+ <td>7.50</td>
251
+ <td>12.22</td>
252
+ </tr>
253
+ <tr>
254
+ <th>DeepSeek-R1-Distill-Qwen-1.5B</th>
255
+ <td>22.92</td>
256
+ <td>10.06</td>
257
+ <td>18.19</td>
258
+ <td>3.49</td>
259
+ <td>13.67</td>
260
+ </tr>
261
+ <tr>
262
+ <th>STILL-3-1.5B-preview</th>
263
+ <td>24.51</td>
264
+ <td>12.25</td>
265
+ <td>19.79</td>
266
+ <td>3.18</td>
267
+ <td>14.93</td>
268
+ </tr>
269
+ <tr>
270
+ <th>DeepScaleR-1.5B-Preview</th>
271
+ <td>23.04</td>
272
+ <td>16.50</td>
273
+ <td>22.99</td>
274
+ <td>8.18</td>
275
+ <td>17.68</td>
276
+ </tr>
277
+ <tr>
278
+ <th colspan="11">Fully Open Models</th>
279
+ </tr>
280
+ <tr>
281
+ <th>SmolLM3-3B</th>
282
+ <td>51.22</td>
283
+ <td>40.06</td>
284
+ <td>41.32</td>
285
+ <td>42.34</td>
286
+ <td>43.74 </td>
287
+ </tr>
288
+ <tr>
289
+ <th>Instella-Math RL Stage 1</th>
290
+ <td>56.31</td>
291
+ <td>31.37</td>
292
+ <td>39.65</td>
293
+ <td>41.93</td>
294
+ <td>42.32 </td>
295
+ </tr>
296
+ <tr>
297
+ <th>Instella-Math RL Stage 2</th>
298
+ <td>66.2</td>
299
+ <td>37.31</td>
300
+ <td>39.17</td>
301
+ <td>44.48</td>
302
+ <td>46.79</td>
303
+ </tr>
304
+ <tr>
305
+ <th>Instella-Math RL Stage 3</th>
306
+ <td>70.25</td>
307
+ <td>39.56</td>
308
+ <td>40.28</td>
309
+ <td>48.96</td>
310
+ <td>49.76</td>
311
+ </tr>
312
+ </tbody>
313
+ </table>
314
+ <em><b>Table 2:</b> Instella-Math evaluation results on TTT-Bench. Here, we report <i>Pass@1</i> that is calculated based on 16 responses per question.</em>
315
+ </div>
316
+
317
+ - Following the same evaluation setting as DeepScaleR-1.5B, we report Pass@1 accuracy averaged over 16 responses.
318
+ - Instella-Math delivers competitive performance when compared to leading small-scale open-weight models such as Deepseek-R1-Distilled-Qwen-1.5B, Still-3-1.5B, DeepScaleR-1.5B, and SmolLM3-3B.
319
+ - Beyond achieving competitive average performance across all benchmarks, Instella-Math demonstrates the effectiveness of our RL training recipe—improving over its supervised finetuned variant (Instella-Math-SFT) by 10.81 points, compared to a 6.22-point improvement seen in DeepScaleR over its base model (Deepseek-R1-Distilled-Qwen-1.5B).
320
+ - Additionally, we test Instella-Math on [TTT-Bench](https://arxiv.org/abs/2506.10209), a new benchmark targeting strategic, spatial, and logical reasoning. Remarkably, without any exposure to TTT-Bench–style or similar strategic gaming data during any stage of training, Instella-Math achieves the best performance among all evaluated models.
321
+
322
+ # Conclusion
323
+
324
+ The release of the Instella-Math model marks a major step forward in open-source AI, showcasing the potential of reasoning-focused language models and the scalability of AMD hardware for reinforcement learning and fine-tuning. To our knowledge, Instella-Math is the fully open math reasoning model that is trained on AMD GPUs. As part of AMD's commitment to open innovation, we’re sharing the full model weights, training setup, codebase, and datasets to foster collaboration, transparency, and progress across the AI community.
325
+
326
+ We invite researchers, educators, and developers to explore Instella-Math, build on its foundation, and collaborate with us in shaping the next generation of open, interpretable, and high-reasoning language models.
327
+
328
+ # Additional Resources
329
+ - Blog: [Introducing Instella-Math: Fully Open Language Model with Reasoning Capability](https://rocm.blogs.amd.com/artificial-intelligence/instella-math-language/README.html)
330
+ - Code: [https://github.com/AMD-AIG-AIMA/Instella-Math](https://github.com/AMD-AIG-AIMA/Instella-Math)
331
+ - Models:
332
+ - [https://huggingface.co/amd/Instella-3B-Math](https://huggingface.co/amd/Instella-3B-Math)
333
+ - [https://huggingface.co/amd/Instella-3B-Math-SFT](https://huggingface.co/amd/Instella-3B-Math-SFT)
334
+
335
+
336
+ Please refer to the following blogs to get started with using these techniques on AMD GPUs:
337
+
338
+ - [Reinforcement Learning from Human Feedback on AMD GPUs with verl and ROCm Integration](https://rocm.blogs.amd.com/artificial-intelligence/verl-large-scale/README.html)
339
+ - [PyTorch Fully Sharded Data Parallel (FSDP) on AMD GPUs with ROCm™](https://rocm.blogs.amd.com/artificial-intelligence/fsdp-training-pytorch/README.html)
340
+ - [Accelerating Large Language Models with Flash Attention on AMD GPUs](https://rocm.blogs.amd.com/artificial-intelligence/flash-attention/README.html)
341
+ - [Accelerate PyTorch Models using torch.compile on AMD GPUs with ROCm™](https://rocm.blogs.amd.com/artificial-intelligence/torch_compile/README.html)
342
+
343
+ # Bias, Risks, and Limitations
344
+
345
+ - The models are being released for research purposes only and are not intended for use cases that require high levels of factuality, safety critical situations, health, or medical applications, generating false information, facilitating toxic conversations.
346
+ - Model checkpoints are made accessible without any safety promises. It is crucial for users to conduct comprehensive evaluations and implement safety filtering mechanisms as per their respective use cases.
347
+ - It may be possible to prompt the model to generate content that may be factually inaccurate, harmful, violent, toxic, biased, or otherwise objectionable. Such content may also get generated by prompts that did not intend to produce output as such. Users are thus requested to be aware of this and exercise caution and responsible thinking when using the model.
348
+ - Multi-lingual abilities of the models have not been tested and thus may misunderstand and generate erroneous responses across different languages.
349
+
350
+ # License
351
+
352
+ The [Instella-Math](https://huggingface.co/amd/Instella-3B-Math) model is licensed for academic and research purposes under a ResearchRAIL license. Refer to the [LICENSE](./LICENSE) and [NOTICE](./NOTICE) files for more information.
353
+
354
+ ## Citations
355
+
356
+ Feel free to cite our Instella models:
357
+
358
+ ```text
359
+ @misc{Instella,
360
+ title = {Instella: Fully Open Language Models with Stellar Performance},
361
+ url = {https://huggingface.co/amd/Instella-3B},
362
+ author = {Jiang Liu, Jialian Wu, Xiaodong Yu, Prakamya Mishra, Sudhanshu Ranjan, Zicheng Liu, Chaitanya Manem, Yusheng Su, Pratik Prabhanjan Brahma, Gowtham Ramesh, Ximeng Sun, Ze Wang, Emad Barsoum},
363
+ month = {March},
364
+ year = {2025}
365
+ }
366
+ ```