stpete2 commited on
Commit
6d56ed2
·
verified ·
1 Parent(s): 5d0620c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ cf.
16
  When initializing to start pretraining, weights should be set to random values.
17
 
18
  from transformers import AutoConfig, AutoModelForCausalLM
19
- config = AutoConfig.from_pretrained("Qwen/Qwen2-1.5B”)
20
  model = AutoModelForCausalLM.from_config(config)
21
 
22
 
 
16
  When initializing to start pretraining, weights should be set to random values.
17
 
18
  from transformers import AutoConfig, AutoModelForCausalLM
19
+ config = AutoConfig.from_pretrained("stpete2/qwen-1.5b-zero”)
20
  model = AutoModelForCausalLM.from_config(config)
21
 
22