zhongfang-zhuang commited on
Commit
be96b86
·
verified ·
1 Parent(s): 03941e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
- license: mit
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
+ ```