Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
| 12 |
---
|
| 13 |
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
General instruction-following llm finetuned from [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
|
| 18 |
|
|
@@ -61,7 +61,7 @@ from transformers import (
|
|
| 61 |
```
|
| 62 |
|
| 63 |
```python
|
| 64 |
-
peft_model_id = "dfurman/
|
| 65 |
config = PeftConfig.from_pretrained(peft_model_id)
|
| 66 |
|
| 67 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
|
| 15 |
+
# Mistral-7B-Instruct-v0.1
|
| 16 |
|
| 17 |
General instruction-following llm finetuned from [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
|
| 18 |
|
|
|
|
| 61 |
```
|
| 62 |
|
| 63 |
```python
|
| 64 |
+
peft_model_id = "dfurman/Mistral-7B-Instruct-v0.1"
|
| 65 |
config = PeftConfig.from_pretrained(peft_model_id)
|
| 66 |
|
| 67 |
model = AutoModelForCausalLM.from_pretrained(
|