miitarou commited on
Commit
7e6ef68
·
verified ·
1 Parent(s): 28d0358

Add README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B-Instruct-2507
3
+ datasets:
4
+ - u-10bei/structured_data_with_cot_dataset_512_v2
5
+ language: [en]
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
+ tags: [sft, structured-output]
9
+ ---
10
+ # qwen3-4b-structeval-v10
11
+ V9 fix: enable_thinking=False to prevent tool_call contamination.
12
+ - lr=5e-05, epochs=2, r=64, alpha=128, BS=32