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="gywy/Mistral-7B-v0.1-chinese")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("gywy/Mistral-7B-v0.1-chinese")
model = AutoModelForCausalLM.from_pretrained("gywy/Mistral-7B-v0.1-chinese", device_map="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

如果您觉得我们模型不错,就帮我点个小心心给我们鼓励吧!

针对中文进行了扩充词表,添加了加入更强逻辑推理,常识理解能力

How to consume it? Get tips from here: https://huggingface.co/gywy/llama2-13b-chinese-v2

Downloads last month
52
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Spaces using gywy/Mistral-7B-v0.1-chinese 2