676 1 year ago

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

7b

1 year ago

8077058b1250 · 4.4GB

llama
·
7.24B
·
Q4_K_M
あなたは役に立つアシスタントです。
{ "stop": [ "[INST]", "[/INST]" ] }
[INST] <<SYS>> {{ .System }} <</SYS>> {{ .Prompt }} [/INST]

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