Update Readme
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 55 |
model = PeftModel.from_pretrained(model, adapter)
|
| 56 |
```
|
| 57 |
|
| 58 |
-
## Sources &
|
| 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.
|