A Japanese chat model built on top of “chatntq-ja-7b-v1.0”, originally based on Mistral-7B-v0.1.

7B

221 Pulls Updated 5 months ago

Readme

“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.

CLI

ollama run summerwind/japanese-starling-chatv

API

curl http://localhost:11434/api/generate -d '{
  "model": "summerwind/japanese-starling-chatv",
  "prompt":"なぜ空は青いのですか?"
}'

References