yabichiu commited on
Commit
46bd8b6
1 Parent(s): 47555d1

Upload 2 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ Codestral-22B-v0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
Codestral-22B-v0.1.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9349cc102da5379e9e541aa275d3e6bfc19a295111d751693f2446f954b8d608
3
+ size 8272093536
Codestral-22B-v0.1.Q2_K.modelfile ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Codestral-22B-v0.1-GGUF\Codestral-22B-v0.1.Q2_K.gguf
2
+
3
+ TEMPLATE """[INST] {{ if .System }}{{ .System }} {{ end }}{{ .Prompt }} [/INST] {{ .Response }}"""
4
+
5
+ SYSTEM """You are a helpful AI assistant. The user you are helping speaks Traditional Chinese and comes from Taiwan."""
6
+ PARAMETER num_ctx 32768
7
+ PARAMETER num_gpu -1
8
+ PARAMETER num_thread 8
9
+ PARAMETER temperature 0.01
10
+ PARAMETER repeat_penalty 1.1
11
+ PARAMETER top_k 1
12
+ PARAMETER top_p 0.01
13
+ PARAMETER penalize_newline false
14
+ PARAMETER stop [INST]
15
+ PARAMETER stop [/INST]
16
+ PARAMETER stop [PREFIX]
17
+ PARAMETER stop [MIDDLE]
18
+ PARAMETER stop [SUFFIX]