Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
17 |
|
18 |
</div>
|
19 |
|
20 |
-
#
|
21 |
|
22 |
-
The
|
23 |
|
24 |
## Model Details
|
25 |
|
@@ -64,7 +64,7 @@ from transformers import (
|
|
64 |
```
|
65 |
|
66 |
```python
|
67 |
-
peft_model_id = "dfurman/Mistral-7B-Instruct-v0.1"
|
68 |
config = PeftConfig.from_pretrained(peft_model_id)
|
69 |
|
70 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
17 |
|
18 |
</div>
|
19 |
|
20 |
+
# Mistral-7B-Instruct-DRF-v0.1
|
21 |
|
22 |
+
The Mistral-7B-Instruct-DRF-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters aimed at generalist instruction-following capabilities.
|
23 |
|
24 |
## Model Details
|
25 |
|
|
|
64 |
```
|
65 |
|
66 |
```python
|
67 |
+
peft_model_id = "dfurman/Mistral-7B-Instruct-DRF-v0.1"
|
68 |
config = PeftConfig.from_pretrained(peft_model_id)
|
69 |
|
70 |
model = AutoModelForCausalLM.from_pretrained(
|