Upload folder using huggingface_hub
Browse files
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-
|
| 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",
|