Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,5 @@ You can easily import it using the `AutoModelForCausalLM` class from `transforme
|
|
20 |
```
|
21 |
from transformers import AutoModelForCausalLM
|
22 |
|
23 |
-
model = AutoModelForCausalLM("mlabonne/llama-2-7b-miniguanaco")
|
|
|
|
20 |
```
|
21 |
from transformers import AutoModelForCausalLM
|
22 |
|
23 |
+
model = AutoModelForCausalLM("mlabonne/llama-2-7b-miniguanaco")
|
24 |
+
```
|