Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
17 |
|
18 |
</div>
|
19 |
|
20 |
-
# Mistral-7B-Instruct-v0.1
|
21 |
|
22 |
-
|
23 |
|
24 |
## Model Details
|
25 |
|
@@ -141,7 +141,7 @@ Remember, when writing emails, always keep in mind your audience and their prefe
|
|
141 |
It took ~1 hour to train 1 epoch on 1x A100.
|
142 |
|
143 |
Prompt format:
|
144 |
-
This model
|
145 |
|
146 |
```
|
147 |
<|im_start|>system
|
|
|
17 |
|
18 |
</div>
|
19 |
|
20 |
+
# Model Card for dfurman/Mistral-7B-Instruct-v0.1
|
21 |
|
22 |
+
The dfurman/Mistral-7B-Instruct-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 |
|
|
|
141 |
It took ~1 hour to train 1 epoch on 1x A100.
|
142 |
|
143 |
Prompt format:
|
144 |
+
This model uses the [ChatML](https://huggingface.co/docs/transformers/chat_templating#what-template-should-i-use) prompt format, which was developed by OpenAI.
|
145 |
|
146 |
```
|
147 |
<|im_start|>system
|