Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language: en
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# NdLinear-LoRA Fine-Tuned Models
|
@@ -64,4 +68,4 @@ with torch.no_grad():
|
|
64 |
|
65 |
print("\\n--- Generated Output ---")
|
66 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
67 |
-
```
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
language: en
|
4 |
+
datasets:
|
5 |
+
- lmms-lab/Math10K
|
6 |
+
base_model:
|
7 |
+
- Qwen/Qwen3-1.7B-Base
|
8 |
---
|
9 |
|
10 |
# NdLinear-LoRA Fine-Tuned Models
|
|
|
68 |
|
69 |
print("\\n--- Generated Output ---")
|
70 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
71 |
+
```
|