Borea-Phi-3.5-mini-Instruct-Coding, a model based on Phi-3.5-mini-Instruct and fine-tuned by Axcxept co., ltd.
30 Pulls Updated 2 months ago
Updated 2 months ago
2 months ago
5aadc9c680eb · 3.1GB
model
archphi3
·
parameters3.82B
·
quantizationQ6_K
3.1GB
system
あなたは日本語能力が高い高度なAIです。特別な指示がない限り日本語で
125B
license
This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-Coding, a model based on Phi-3.5-mini-Inst
140B
template
{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end
149B
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."