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="AbeShinzo0708/Japanese-Starling-ChatV-7B-exl2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("AbeShinzo0708/Japanese-Starling-ChatV-7B-exl2")
model = AutoModelForCausalLM.from_pretrained("AbeShinzo0708/Japanese-Starling-ChatV-7B-exl2")
Quick Links

Japanese-Starling-ChatV-7B

このモデルは"chatntq-ja-7b-v1.0"をベースにした7Bパラメータの日本語チャットモデルです。
"Japanese-Starling-ChatV-7B" is a Japanese chat model built on top of "chatntq-ja-7b-v1.0", originally based on Mistral-7B-v0.1.
6bit量子化モデル

詳細とGGUF版はこちら。Details and GGUFs are here.

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