h-iida commited on
Commit
0bff124
·
verified ·
1 Parent(s): b61c5a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,7 +44,7 @@ from peft import PeftModel
44
  import torch
45
 
46
  base = "Qwen/Qwen3-4B-Instruct-2507"
47
- adapter = "your_id/your-repo"
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: ./data/sft_structured_data_with_cot_512_v2_nosys.jsonl
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.