Neural-Hacker commited on
Commit
3d5dd14
·
verified ·
1 Parent(s): ff08a8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - nvidia/AceReason-Math
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Qwen/Qwen3-0.6B
9
+ pipeline_tag: text-generation
10
+ ---
11
+ Qwen3-0.6B-NVIDIA-Math-LoRA
12
+
13
+ A LoRA fine-tuned version of Qwen3-0.6B, trained on a math reasoning dataset (NVIDIA Math) to improve step-by-step problem-solving and numerical answer extraction.
14
+
15
+ Model Details
16
+
17
+ Base model: Qwen/Qwen3-0.6B
18
+
19
+ Fine-tuning: LoRA (Low-Rank Adaptation)
20
+
21
+ Task: Mathematical reasoning (percentages, geometry, arithmetic)
22
+ ___________________________________________________________________________________
23
+
24
+ Dataset
25
+
26
+ nvidia/AceReason-Math
27
+ ___________________________________________________________________________________
28
+
29
+ Intended Use
30
+
31
+ Educational & research purposes
32
+
33
+ Math tutoring, reasoning and explanation generation
34
+
35
+ Not intended for high-stakes or safety-critical use.
36
+
37
+ License
38
+
39
+ MIT