7shi/
borea-phi-3.5-coding:3.8b-mini-instruct-q6_K

54 1 year ago

Borea-Phi-3.5-mini-Instruct-Coding, a model based on Phi-3.5-mini-Instruct and fine-tuned by Axcxept co., ltd.

1 year ago

5aadc9c680eb · 3.1GB ·

phi3
·
3.82B
·
Q6_K
あなたは日本語能力が高い高度なAIです。特別な指示がない限り日本語で
This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-Coding, a model based on Phi-3.5-mini-Inst
{{ if .System }}<|system|> {{ .System }}<|end|> {{ end }}{{ if .Prompt }}<|user|> {{ .Prompt }}<|end

Readme

Based on phi-3.5-mini-Instruct, this model is a general-purpose model with improved performance from the base model after employing multiple tuning methods. In particular, Japanese language performance has been improved.

Links

Original:

Modelfile

FROM borea-phi-3.5-coding_3.8b-mini-instruct-q6_K.gguf

SYSTEM "あなたは日本語能力が高い高度なAIです。特別な指示がない限り日本語で返答してください。"

TEMPLATE """{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>
"""

LICENSE "This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-Coding, a model based on Phi-3.5-mini-Instruct and fine-tuned by Axcxept co., ltd."