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="yuanzhoulvpi/chinese_bloom_7b_chat_v3")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("yuanzhoulvpi/chinese_bloom_7b_chat_v3")
model = AutoModelForCausalLM.from_pretrained("yuanzhoulvpi/chinese_bloom_7b_chat_v3", device_map="auto")
Quick Links

体验链接

  1. 🔗http://101.68.79.42:7861/

🚀更新

模型链接 训练的数据量 模型版本 备注
https://huggingface.co/yuanzhoulvpi/chinese_bloom_7b_chat 15w中文指令数据 v1
https://huggingface.co/yuanzhoulvpi/chinese_bloom_7b_chat_v2 150w条中文指令数据 v2 目前已经测试过效果,相较于v1,效果有所提升
https://huggingface.co/yuanzhoulvpi/chinese_bloom_7b_chat_v3 420w条中文指令数据 v3 目前效果还没测试,欢迎大家测试
Downloads last month
24
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for yuanzhoulvpi/chinese_bloom_7b_chat_v3

Quantizations
2 models

Space using yuanzhoulvpi/chinese_bloom_7b_chat_v3 1