yabichiu commited on
Commit
60e8fc8
1 Parent(s): d5d9af0

Upload 12 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ 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-1.5B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Qwen2-1.5B-Instruct.Q3_K.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Qwen2-1.5B-Instruct.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Qwen2-1.5B-Instruct.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Qwen2-1.5B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Qwen2-1.5B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Qwen2-1.5B-Instruct.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7ee08c64fa1c2e3b9e6912100db20390135167ae908d81a2eb5594b393dfdf
3
+ size 561438240
Qwen2-1.5B-Instruct.Q2_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-1.5B-Instruct\Qwen2-1.5B-Instruct.Q2_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-1.5B-Instruct.Q3_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd68ad96be3e9c6df47a103be5c1a1cd996b9fd678a29743903f968236bf133
3
+ size 733014048
Qwen2-1.5B-Instruct.Q3_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-1.5B-Instruct\Qwen2-1.5B-Instruct.Q3_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-1.5B-Instruct.Q4_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c2b38356c0c18693494921dcf72137315c0018a4d8171e259f89c707621680
3
+ size 925878816
Qwen2-1.5B-Instruct.Q4_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-1.5B-Instruct\Qwen2-1.5B-Instruct.Q4_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-1.5B-Instruct.Q5_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea798ce6c61301b4969c6f6bdddd1df13625a83412f4f90d471ff6712e95e6ed
3
+ size 1094052384
Qwen2-1.5B-Instruct.Q5_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-1.5B-Instruct\Qwen2-1.5B-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-1.5B-Instruct.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8ceca6e40c9e822c6d567b58aca62d774f3ce94df5489939475ca418551cd5
3
+ size 1272736800
Qwen2-1.5B-Instruct.Q6_K.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-1.5B-Instruct\Qwen2-1.5B-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-1.5B-Instruct.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e196c07a55092de1cc608afd121a261e29437205ac034b2d87de37905308261f
3
+ size 1646570016
Qwen2-1.5B-Instruct.Q8_0.modelfile ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM E:\project_website\models\Qwen2-1.5B-Instruct\Qwen2-1.5B-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|>