thetmon commited on
Commit
f6012bd
·
verified ·
1 Parent(s): f32bf32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ from peft import PeftModel
50
  import torch
51
 
52
  base = "Qwen/Qwen3-4B-Instruct-2507"
53
- adapter = "your_id/your-repo"
54
 
55
  tokenizer = AutoTokenizer.from_pretrained(base)
56
  model = AutoModelForCausalLM.from_pretrained(
 
50
  import torch
51
 
52
  base = "Qwen/Qwen3-4B-Instruct-2507"
53
+ adapter = "thetmon/c21"
54
 
55
  tokenizer = AutoTokenizer.from_pretrained(base)
56
  model = AutoModelForCausalLM.from_pretrained(