Xin Liu
commited on
Commit
•
7416275
1
Parent(s):
0b9607e
Add `Baichuan2-7B-Chat-GGUF` models
Browse filesSigned-off-by: Xin Liu <sam@secondstate.io>
- .gitattributes +1 -0
- Baichuan2-7B-Chat-ggml-model-f16.gguf +3 -0
- Baichuan2-7B-Chat-ggml-model-q4_0.gguf +3 -0
- README.md +10 -3
.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 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
Baichuan2-7B-Chat-ggml-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65f28ca453d8664342178643316c4e5b7e1c0fd75e5a1bd1809651c405d79462
|
3 |
+
size 15015357824
|
Baichuan2-7B-Chat-ggml-model-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82deec2b1ed20fa996b45898abfcff699a92e8a6dc8e53e4fd487328ec9181a9
|
3 |
+
size 4358639040
|
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Baichuan2-7B-Chat-GGUF
|
2 |
+
|
3 |
+
## Prompt Template
|
4 |
+
|
5 |
+
```bash
|
6 |
+
以下内容为人类用户与与一位智能助手的对话。
|
7 |
+
|
8 |
+
用户:你好!
|
9 |
+
助手:
|
10 |
+
```
|