yabichiu commited on
Commit
bec4d70
1 Parent(s): aacd5d7

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ 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
+ qwen2-7b-instruct.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ qwen2-7b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
38
+ qwen2-7b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
qwen2-7b-instruct.Q5_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258dd2fa1bdf98b85327774e1fd36e2268c2a4b68eb9021d71106449ee4ba9d5
3
+ size 5444828704
qwen2-7b-instruct.Q5_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-7B-Instruct-GGUF\qwen2-7b-instruct.Q5_K.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ {{ .Response }}<|im_end|>
9
+ """
10
+
11
+ SYSTEM """You are a helpful AI assistant. The user you are helping speaks Traditional Chinese and comes from Taiwan."""
12
+ PARAMETER num_ctx 131072
13
+ PARAMETER num_gpu -1
14
+ PARAMETER num_thread 8
15
+ PARAMETER temperature 0.01
16
+ PARAMETER repeat_penalty 1.1
17
+ PARAMETER top_k 1
18
+ PARAMETER top_p 0.01
19
+ PARAMETER penalize_newline false
20
+ PARAMETER stop <|im_start|>
21
+ PARAMETER stop <|im_end|>
qwen2-7b-instruct.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f3ecf4453db5de781ee64e7c4022d79ded6ce84de00621faa02541ff19c3b1
3
+ size 6254196256
qwen2-7b-instruct.Q6_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-7B-Instruct-GGUF\qwen2-7b-instruct.Q6_K.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ {{ .Response }}<|im_end|>
9
+ """
10
+
11
+ SYSTEM """You are a helpful AI assistant. The user you are helping speaks Traditional Chinese and comes from Taiwan."""
12
+ PARAMETER num_ctx 131072
13
+ PARAMETER num_gpu -1
14
+ PARAMETER num_thread 8
15
+ PARAMETER temperature 0.01
16
+ PARAMETER repeat_penalty 1.1
17
+ PARAMETER top_k 1
18
+ PARAMETER top_p 0.01
19
+ PARAMETER penalize_newline false
20
+ PARAMETER stop <|im_start|>
21
+ PARAMETER stop <|im_end|>
qwen2-7b-instruct.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b1c74b48d4fdf9868f0f7ee06fd2aae4d3a2baf0be474a006e1aa4ab98ab81
3
+ size 8098522656
qwen2-7b-instruct.Q8_0.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-7B-Instruct-GGUF\qwen2-7b-instruct.Q8_0.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ {{ .Response }}<|im_end|>
9
+ """
10
+
11
+ SYSTEM """You are a helpful AI assistant. The user you are helping speaks Traditional Chinese and comes from Taiwan."""
12
+ PARAMETER num_ctx 131072
13
+ PARAMETER num_gpu -1
14
+ PARAMETER num_thread 1
15
+ PARAMETER temperature 0.01
16
+ PARAMETER repeat_penalty 1.1
17
+ PARAMETER top_k 1
18
+ PARAMETER top_p 0.01
19
+ PARAMETER penalize_newline false
20
+ PARAMETER stop <|im_start|>
21
+ PARAMETER stop <|im_end|>