Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ Not affiliated with both the original authors or hf.
|
|
12 |
|
13 |
## Usage
|
14 |
```python
|
15 |
-
from transformers import AutoModelForCausalLM
|
16 |
|
17 |
tokenizer = AutoTokenizer.from_pretrained("AntonV/mamba2-130m-hf")
|
18 |
model = AutoModelForCausalLM.from_pretrained("AntonV/mamba2-130m-hf")
|
|
|
12 |
|
13 |
## Usage
|
14 |
```python
|
15 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
16 |
|
17 |
tokenizer = AutoTokenizer.from_pretrained("AntonV/mamba2-130m-hf")
|
18 |
model = AutoModelForCausalLM.from_pretrained("AntonV/mamba2-130m-hf")
|