676 Downloads Updated 1 year ago
“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. I applied the chat vector acquired by subtracting the weights of Mistral-7B-v0.1 from the weights of “Starling-LM-7B-beta” to this model.
ollama run summerwind/japanese-starling-chatv
curl http://localhost:11434/api/generate -d '{
"model": "summerwind/japanese-starling-chatv",
"prompt":"なぜ空は青いのですか?"
}'