Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,6 @@ Finetune using QLoRA on the docs available in https://docs.modular.com/mojo/
|
|
13 |
|
14 |
The Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a instruct fine-tuned version of the [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) generative text model using a variety of publicly available conversation datasets.
|
15 |
|
16 |
-
For full details of this model please read our [paper](https://arxiv.org/abs/2310.06825) and [release blog post](https://mistral.ai/news/announcing-mistral-7b/).
|
17 |
-
|
18 |
## Instruction format
|
19 |
```python
|
20 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
13 |
|
14 |
The Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a instruct fine-tuned version of the [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) generative text model using a variety of publicly available conversation datasets.
|
15 |
|
|
|
|
|
16 |
## Instruction format
|
17 |
```python
|
18 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|