Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ from peft import PeftModel
|
|
| 44 |
import torch
|
| 45 |
|
| 46 |
base = "Qwen/Qwen3-4B-Instruct-2507"
|
| 47 |
-
adapter = "
|
| 48 |
|
| 49 |
tokenizer = AutoTokenizer.from_pretrained(base)
|
| 50 |
model = AutoModelForCausalLM.from_pretrained(
|
|
@@ -57,7 +57,7 @@ model = PeftModel.from_pretrained(model, adapter)
|
|
| 57 |
|
| 58 |
## Sources & Terms (IMPORTANT)
|
| 59 |
|
| 60 |
-
Training data:
|
| 61 |
|
| 62 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 63 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|
|
|
|
| 44 |
import torch
|
| 45 |
|
| 46 |
base = "Qwen/Qwen3-4B-Instruct-2507"
|
| 47 |
+
adapter = "h-iida/applied-llm-sft-initdata-nosys"
|
| 48 |
|
| 49 |
tokenizer = AutoTokenizer.from_pretrained(base)
|
| 50 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 57 |
|
| 58 |
## Sources & Terms (IMPORTANT)
|
| 59 |
|
| 60 |
+
Training data: https://huggingface.co/datasets/u-10bei/structured_data_with_cot_dataset_512_v2
|
| 61 |
|
| 62 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 63 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|