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

tokenizer = AutoTokenizer.from_pretrained("TFMC/Japanese-Starling-ChatV-7B")
model = AutoModelForCausalLM.from_pretrained("TFMC/Japanese-Starling-ChatV-7B", device_map="auto")
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.

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

Downloads last month
13
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for TFMC/Japanese-Starling-ChatV-7B

Finetunes
1 model
Merges
3 models
Quantizations
2 models