Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ You can find more details in the [technical report](https://arxiv.org/abs/2310.1
|
|
30 |
- **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
31 |
|
32 |
|
33 |
-
|
34 |
## Load model directly
|
35 |
import torch
|
36 |
from transformers import AutoTokenizer, AutoModelForCausalLM, MistralForCausalLM
|
|
|
30 |
- **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
31 |
|
32 |
|
33 |
+
## Use in Transformers
|
34 |
## Load model directly
|
35 |
import torch
|
36 |
from transformers import AutoTokenizer, AutoModelForCausalLM, MistralForCausalLM
|