ridger commited on
Commit
0782c16
·
verified ·
1 Parent(s): d60a3ab

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ The model's computational behavior can be configured through the `config.json` f
47
  ```python
48
  from transformers import AutoConfig, AutoModelForCausalLM
49
 
50
- config = AutoConfig.from_pretrained("ouro-llm/Ouro-1.4B")
51
  config.total_ut_steps = 3 # Use 3 recurrent steps instead of 4
52
  model = AutoModelForCausalLM.from_pretrained(
53
  "ByteDance/Ouro-2.6B",
 
47
  ```python
48
  from transformers import AutoConfig, AutoModelForCausalLM
49
 
50
+ config = AutoConfig.from_pretrained("ouro-llm/Ouro-2.6B")
51
  config.total_ut_steps = 3 # Use 3 recurrent steps instead of 4
52
  model = AutoModelForCausalLM.from_pretrained(
53
  "ByteDance/Ouro-2.6B",