How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="hfl/chinese-mixtral-instruct")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("hfl/chinese-mixtral-instruct")
model = AutoModelForCausalLM.from_pretrained("hfl/chinese-mixtral-instruct")
Quick Links

Chinese-Mixtral-Instruct

Chinese Mixtral GitHub repository: https://github.com/ymcui/Chinese-Mixtral

This repository contains Chinese-Mixtral-Instruct, which is further tuned with instruction data on Chinese-Mixtral, where Chinese-Mixtral is build on top of Mixtral-8x7B-v0.1.

Note: this is an instruction (chat) model, which can be used for conversation, QA, etc.

Others

Citation

Please consider cite our paper if you use the resource of this repository. Paper link: https://arxiv.org/abs/2403.01851

@article{chinese-mixtral,
      title={Rethinking LLM Language Adaptation: A Case Study on Chinese Mixtral}, 
      author={Cui, Yiming and Yao, Xin},
      journal={arXiv preprint arXiv:2403.01851},
      url={https://arxiv.org/abs/2403.01851},
      year={2024}
}
Downloads last month
8,430
Safetensors
Model size
47B params
Tensor type
BF16
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hfl/chinese-mixtral-instruct

Quantizations
1 model

Space using hfl/chinese-mixtral-instruct 1

Collection including hfl/chinese-mixtral-instruct

Paper for hfl/chinese-mixtral-instruct