NovaAI6868 commited on
Commit
5093fa0
·
verified ·
1 Parent(s): 6265d23

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. BaiHu-v2.F16-mmproj.gguf +3 -0
  3. BaiHu-v2.Q4_K_M.gguf +3 -0
  4. Modelfile +10 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ BaiHu-v2.F16-mmproj.gguf filter=lfs diff=lfs merge=lfs -text
37
+ BaiHu-v2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
BaiHu-v2.F16-mmproj.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bf8d529dc60b5cacdecad1754d7e54ce4e233a398bdfc6ddd356f75b2df762
3
+ size 985653856
BaiHu-v2.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a832acb8bf940a4ed14c1e16ad4f5395afab278c52fc24b78021c44388e9b0
3
+ size 3427878432
Modelfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM .
3
+ TEMPLATE """{{- range $i, $_ := .Messages }}
4
+ {{- $last := eq (len (slice $.Messages $i)) 1 }}
5
+ <|turn>{{ .Role }}
6
+ {{ .Content }}{{ if not $last }}<turn|>
7
+ {{ end }}
8
+ {{- end }}<turn|>
9
+ <|turn>model
10
+ """