vicky4s4s / Mixtral-instruct-56B

huggingface.co
Total runs: 4
24-hour runs: 0
7-day runs: 0
30-day runs: 1
Model's Last Updated: August 01 2024
text-generation

Introduction of Mixtral-instruct-56B

Model Details of Mixtral-instruct-56B

Use below code to develop
# pip install -U accelerate transformers torch

import torch
from transformers import pipeline
pipe = pipeline("text-generation", model="vicky4s4s/Mixtral-instruct-56B", torch_dtype=torch.bfloat16, device_map="auto")

messages = [

    {"role": "user", "content": "what is your name?"},
]
prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
outputs = pipe(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Model Card for Mixtral-8x7B

The Mixtral-8x7B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mixtral-8x7B outperforms Llama 2 70B on most benchmarks we tested.

For full details of this model please read our release blog post .

Warning

This repo contains weights that are compatible with vLLM serving of the model as well as Hugging Face transformers library. It is based on the original Mixtral torrent release , but the file format and parameter names are different. Please note that model cannot (yet) be instantiated with HF.

Instruction format

This format must be strictly respected, otherwise the model will generate sub-optimal outputs.

The template used to build a prompt for the Instruct model is defined as follows:

<s> [INST] Instruction [/INST] Model answer</s> [INST] Follow-up instruction [/INST]

Note that <s> and </s> are special tokens for beginning of string (BOS) and end of string (EOS) while [INST] and [/INST] are regular strings.

Limitations

The Mixtral-8x7B Instruct model is a quick demonstration that the base model can be easily fine-tuned to achieve compelling performance. It does not have any moderation mechanisms. We're looking forward to engaging with the community on ways to make the model finely respect guardrails, allowing for deployment in environments requiring moderated outputs.

Created by:

Vignesh, [email protected]

Runs of vicky4s4s Mixtral-instruct-56B on huggingface.co

4
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
1
30-day runs

More Information About Mixtral-instruct-56B huggingface.co Model

More Mixtral-instruct-56B license Visit here:

https://choosealicense.com/licenses/apache-2.0

Mixtral-instruct-56B huggingface.co

Mixtral-instruct-56B huggingface.co is an AI model on huggingface.co that provides Mixtral-instruct-56B's model effect (), which can be used instantly with this vicky4s4s Mixtral-instruct-56B model. huggingface.co supports a free trial of the Mixtral-instruct-56B model, and also provides paid use of the Mixtral-instruct-56B. Support call Mixtral-instruct-56B model through api, including Node.js, Python, http.

Mixtral-instruct-56B huggingface.co Url

https://huggingface.co/vicky4s4s/Mixtral-instruct-56B

vicky4s4s Mixtral-instruct-56B online free

Mixtral-instruct-56B huggingface.co is an online trial and call api platform, which integrates Mixtral-instruct-56B's modeling effects, including api services, and provides a free online trial of Mixtral-instruct-56B, you can try Mixtral-instruct-56B online for free by clicking the link below.

vicky4s4s Mixtral-instruct-56B online free url in huggingface.co:

https://huggingface.co/vicky4s4s/Mixtral-instruct-56B

Mixtral-instruct-56B install

Mixtral-instruct-56B is an open source model from GitHub that offers a free installation service, and any user can find Mixtral-instruct-56B on GitHub to install. At the same time, huggingface.co provides the effect of Mixtral-instruct-56B install, users can directly use Mixtral-instruct-56B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Mixtral-instruct-56B install url in huggingface.co:

https://huggingface.co/vicky4s4s/Mixtral-instruct-56B

Url of Mixtral-instruct-56B

Mixtral-instruct-56B huggingface.co Url

Provider of Mixtral-instruct-56B huggingface.co

vicky4s4s
ORGANIZATIONS

Other API from vicky4s4s