The Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a instruct fine-tuned version of the
Mistral-7B-v0.1
generative text model using a variety of publicly available conversation datasets.
In order to leverage instruction fine-tuning, your prompt should be surrounded by
[INST]
and
[\INST]
tokens. The very first instruction should begin with a begin of sentence id. The next instructions should not. The assistant generation will be ended by the end-of-sentence token id.
E.g.
from transformers import AutoModelForCausalLM, AutoTokenizer
device = "cuda"# the device to load the model onto
model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
text = "<s>[INST] What is your favourite condiment? [/INST]""Well, I'm quite partial to a good squeeze of fresh lemon juice. It adds just the right amount of zesty flavour to whatever I'm cooking up in the kitchen!</s> ""[INST] Do you have mayonnaise recipes? [/INST]"
encodeds = tokenizer(text, return_tensors="pt", add_special_tokens=False)
model_inputs = encodeds.to(device)
model.to(device)
generated_ids = model.generate(**model_inputs, max_new_tokens=1000, do_sample=True)
decoded = tokenizer.batch_decode(generated_ids)
print(decoded[0])
Model Architecture
This instruction model is based on Mistral-7B-v0.1, a transformer model with the following architecture choices:
Grouped-Query Attention
Sliding-Window Attention
Byte-fallback BPE tokenizer
The Mistral AI Team
Albert Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lélio Renard Lavaud, Lucile Saulnier, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timothée Lacroix, William El Sayed.
Runs of JCTN Mistral-7B-instruct-exl2 on huggingface.co
13
Total runs
0
24-hour runs
0
3-day runs
3
7-day runs
4
30-day runs
More Information About Mistral-7B-instruct-exl2 huggingface.co Model
Mistral-7B-instruct-exl2 huggingface.co is an AI model on huggingface.co that provides Mistral-7B-instruct-exl2's model effect (), which can be used instantly with this JCTN Mistral-7B-instruct-exl2 model. huggingface.co supports a free trial of the Mistral-7B-instruct-exl2 model, and also provides paid use of the Mistral-7B-instruct-exl2. Support call Mistral-7B-instruct-exl2 model through api, including Node.js, Python, http.
Mistral-7B-instruct-exl2 huggingface.co is an online trial and call api platform, which integrates Mistral-7B-instruct-exl2's modeling effects, including api services, and provides a free online trial of Mistral-7B-instruct-exl2, you can try Mistral-7B-instruct-exl2 online for free by clicking the link below.
JCTN Mistral-7B-instruct-exl2 online free url in huggingface.co:
Mistral-7B-instruct-exl2 is an open source model from GitHub that offers a free installation service, and any user can find Mistral-7B-instruct-exl2 on GitHub to install. At the same time, huggingface.co provides the effect of Mistral-7B-instruct-exl2 install, users can directly use Mistral-7B-instruct-exl2 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
Mistral-7B-instruct-exl2 install url in huggingface.co: