Update README.md
Browse files
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("
|
| 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 |
|