Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,13 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
17 |
|
18 |
</div>
|
19 |
|
20 |
-
# Mistral-7B-Instruct-
|
21 |
|
22 |
-
The Mistral-7B-Instruct-
|
23 |
|
24 |
## Model Details
|
25 |
|
26 |
-
This
|
27 |
|
28 |
- **Developed by:** Daniel Furman
|
29 |
- **Model type:** Decoder-only
|
|
|
17 |
|
18 |
</div>
|
19 |
|
20 |
+
# Mistral-7B-Instruct-v0.1
|
21 |
|
22 |
+
The Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. It is geared towards generalist instruction-following capabilities.
|
23 |
|
24 |
## Model Details
|
25 |
|
26 |
+
This model was built via parameter-efficient finetuning of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the first 5k rows of [ehartford/dolphin](https://huggingface.co/datasets/ehartford/dolphin). Finetuning was executed on 1x A100 (40 GB SXM) for roughly 1 hour on Google Colab.
|
27 |
|
28 |
- **Developed by:** Daniel Furman
|
29 |
- **Model type:** Decoder-only
|