igaritak commited on
Commit
642e8dc
·
verified ·
1 Parent(s): 8f80b7f

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -55,7 +55,7 @@ model = AutoModelForCausalLM.from_pretrained(
55
  model = PeftModel.from_pretrained(model, adapter)
56
  ```
57
 
58
- ## Sources & Terms (IMPORTANT)
59
 
60
  ### Training data
61
  - Dataset: `u-10bei/structured_data_with_cot_dataset_512_v2`
@@ -64,3 +64,5 @@ model = PeftModel.from_pretrained(model, adapter)
64
  ### Base model
65
  - Model: `Qwen/Qwen3-4B-Instruct-2507`
66
  - License: **Apache-2.0**
 
 
 
55
  model = PeftModel.from_pretrained(model, adapter)
56
  ```
57
 
58
+ ## Sources & License (IMPORTANT)
59
 
60
  ### Training data
61
  - Dataset: `u-10bei/structured_data_with_cot_dataset_512_v2`
 
64
  ### Base model
65
  - Model: `Qwen/Qwen3-4B-Instruct-2507`
66
  - License: **Apache-2.0**
67
+
68
+ ● Compliance: Users must comply with both the dataset's attribution requirements and the base model's original terms of use.