prince-canuma
commited on
Commit
•
ef12e5b
1
Parent(s):
b52259f
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Model quantized and added by [Prince Canuma](https://twitter.com/Prince_Canuma)
|
|
26 |
```python
|
27 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
28 |
|
29 |
-
model_id = "
|
30 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
31 |
|
32 |
model = AutoModelForCausalLM.from_pretrained(model_id)
|
|
|
26 |
```python
|
27 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
28 |
|
29 |
+
model_id = "mistral-community/Mixtral-8x22B-v0.1-4bit"
|
30 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
31 |
|
32 |
model = AutoModelForCausalLM.from_pretrained(model_id)
|