Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ base_model: mistralai/Mixtral-8x7B-v0.1
|
|
19 |
</div>
|
20 |
|
21 |
|
22 |
-
# dfurman/Mixtral-8x7B-
|
23 |
|
24 |
A pretrained generative language model with ~47 billion parameters geared towards instruction-following capabilities.
|
25 |
|
@@ -69,7 +69,7 @@ from transformers import (
|
|
69 |
```
|
70 |
|
71 |
```python
|
72 |
-
peft_model_id = "dfurman/dfurman/Mixtral-8x7B-
|
73 |
config = PeftConfig.from_pretrained(peft_model_id)
|
74 |
|
75 |
tokenizer = AutoTokenizer.from_pretrained(
|
|
|
19 |
</div>
|
20 |
|
21 |
|
22 |
+
# dfurman/Mixtral-8x7B-Instruct-v0.1
|
23 |
|
24 |
A pretrained generative language model with ~47 billion parameters geared towards instruction-following capabilities.
|
25 |
|
|
|
69 |
```
|
70 |
|
71 |
```python
|
72 |
+
peft_model_id = "dfurman/dfurman/Mixtral-8x7B-Instruct-v0.1"
|
73 |
config = PeftConfig.from_pretrained(peft_model_id)
|
74 |
|
75 |
tokenizer = AutoTokenizer.from_pretrained(
|