shaowenchen
commited on
Commit
•
e9ad72e
1
Parent(s):
09a9c6b
init
Browse files- .gitattributes +12 -10
- README.md +56 -10
- README_zh.md +58 -0
- configuration.json +7 -0
.gitattributes
CHANGED
@@ -1,34 +1,36 @@
|
|
1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
5 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
|
|
6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
|
|
11 |
*.model filter=lfs diff=lfs merge=lfs -text
|
12 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
13 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
14 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
15 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
17 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
18 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
19 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
|
|
20 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
21 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
|
|
22 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
23 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
|
|
24 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
-
*.
|
27 |
-
|
28 |
-
*.
|
29 |
-
*.ark* filter=lfs diff=lfs merge=lfs -text
|
30 |
-
**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text
|
31 |
-
**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text
|
32 |
-
**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text
|
33 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
|
1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
4 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
*.xz 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
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,12 +1,58 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
inference: false
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
license: apache-2.0
|
6 |
+
model_creator: ziqingyang
|
7 |
+
model_link: https://huggingface.co/ziqingyang/chinese-llama-2-7b
|
8 |
+
model_name: chinese-llama-2-7b
|
9 |
+
model_type: llama
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
quantized_by: shaowenchen
|
12 |
+
tags:
|
13 |
+
- meta
|
14 |
+
- gguf
|
15 |
+
- llama
|
16 |
+
- llama-2
|
17 |
+
- chinese
|
18 |
---
|
19 |
+
|
20 |
+
> English | [中文](README_zh.md)
|
21 |
+
|
22 |
+
## Provided files
|
23 |
+
|
24 |
+
| Name | Quant method | Size |
|
25 |
+
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------ |
|
26 |
+
| [chinese-llama-2-7b.Q2_K.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q2_K.gguf) | Q2_K | 2.7 GB |
|
27 |
+
| [chinese-llama-2-7b.Q3_K.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q3_K.gguf) | Q3_K | 3.2 GB |
|
28 |
+
| [chinese-llama-2-7b.Q3_K_L.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q3_K_L.gguf) | Q3_K_L | 3.5 GB |
|
29 |
+
| [chinese-llama-2-7b.Q3_K_S.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q3_K_S.gguf) | Q3_K_S | 2.9 GB |
|
30 |
+
| [chinese-llama-2-7b.Q4_0.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_0.gguf) | Q4_0 | 3.7 GB |
|
31 |
+
| [chinese-llama-2-7b.Q4_1.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_1.gguf) | Q4_1 | 4.1 GB |
|
32 |
+
| [chinese-llama-2-7b.Q4_K.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_K.gguf) | Q4_K | 3.9 GB |
|
33 |
+
| [chinese-llama-2-7b.Q4_K_S.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_K_S.gguf) | Q4_K_S | 3.7 GB |
|
34 |
+
| [chinese-llama-2-7b.Q5_0.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_0.gguf) | Q5_0 | 4.5 GB |
|
35 |
+
| [chinese-llama-2-7b.Q5_1.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_1.gguf) | Q5_1 | 4.9 GB |
|
36 |
+
| [chinese-llama-2-7b.Q5_K.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_K.gguf) | Q5_K | 4.6 GB |
|
37 |
+
| [chinese-llama-2-7b.Q5_K_S.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_K_S.gguf) | Q5_K_S | 4.5 GB |
|
38 |
+
| [chinese-llama-2-7b.Q6_K.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q6_K.gguf) | Q6_K | 5.3 GB |
|
39 |
+
| [chinese-llama-2-7b.Q8_0.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q8_0.gguf) | Q8_0 | 6.9 GB |
|
40 |
+
| [chinese-llama-2-7b.gguf](https://huggingface.co/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.gguf) | full | 13 GB |
|
41 |
+
|
42 |
+
## Provided images
|
43 |
+
|
44 |
+
| Name | Quant method | Size |
|
45 |
+
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------- |
|
46 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q2_K](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q2_K | 3.68 GB |
|
47 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q3_K](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q3_K | 4.16 GB |
|
48 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q3_K_L](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q3_K_L | 4.46 GB |
|
49 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q3_K_S](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q3_K_S | 3.81 GB |
|
50 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q4_0](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q4_0 | 4.7 GB |
|
51 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q4_K](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q4_K | 4.95 GB |
|
52 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q4_K_S](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q4_K_S | 4.73 GB |
|
53 |
+
|
54 |
+
```
|
55 |
+
docker run --rm -p 8000:8000 shaowenchen/chinese-llama-2-7b-gguf:Q2_K
|
56 |
+
```
|
57 |
+
|
58 |
+
and open http://localhost:8000/docs to view the API documentation.
|
README_zh.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
license: apache-2.0
|
6 |
+
model_creator: ziqingyang
|
7 |
+
model_link: https://www.modelscope.cn/ziqingyang/chinese-llama-2-7b
|
8 |
+
model_name: chinese-llama-2-7b
|
9 |
+
model_type: llama
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
quantized_by: shaowenchen
|
12 |
+
tags:
|
13 |
+
- meta
|
14 |
+
- gguf
|
15 |
+
- llama
|
16 |
+
- llama-2
|
17 |
+
- chinese
|
18 |
+
---
|
19 |
+
|
20 |
+
> [English](README.md) | 中文
|
21 |
+
|
22 |
+
## 提供的文件
|
23 |
+
|
24 |
+
| 名称 | 量化方法 | 大小 |
|
25 |
+
| ---------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------ |
|
26 |
+
| [chinese-llama-2-7b.Q2_K.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q2_K.gguf) | Q2_K | 2.7 GB |
|
27 |
+
| [chinese-llama-2-7b.Q3_K.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q3_K.gguf) | Q3_K | 3.2 GB |
|
28 |
+
| [chinese-llama-2-7b.Q3_K_L.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q3_K_L.gguf) | Q3_K_L | 3.5 GB |
|
29 |
+
| [chinese-llama-2-7b.Q3_K_S.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q3_K_S.gguf) | Q3_K_S | 2.9 GB |
|
30 |
+
| [chinese-llama-2-7b.Q4_0.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_0.gguf) | Q4_0 | 3.7 GB |
|
31 |
+
| [chinese-llama-2-7b.Q4_1.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_1.gguf) | Q4_1 | 4.1 GB |
|
32 |
+
| [chinese-llama-2-7b.Q4_K.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_K.gguf) | Q4_K | 3.9 GB |
|
33 |
+
| [chinese-llama-2-7b.Q4_K_S.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q4_K_S.gguf) | Q4_K_S | 3.7 GB |
|
34 |
+
| [chinese-llama-2-7b.Q5_0.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_0.gguf) | Q5_0 | 4.5 GB |
|
35 |
+
| [chinese-llama-2-7b.Q5_1.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_1.gguf) | Q5_1 | 4.9 GB |
|
36 |
+
| [chinese-llama-2-7b.Q5_K.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_K.gguf) | Q5_K | 4.6 GB |
|
37 |
+
| [chinese-llama-2-7b.Q5_K_S.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q5_K_S.gguf) | Q5_K_S | 4.5 GB |
|
38 |
+
| [chinese-llama-2-7b.Q6_K.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q6_K.gguf) | Q6_K | 5.3 GB |
|
39 |
+
| [chinese-llama-2-7b.Q8_0.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.Q8_0.gguf) | Q8_0 | 6.9 GB |
|
40 |
+
| [chinese-llama-2-7b.gguf](https://www.modelscope.cn/shaowenchen/chinese-llama-2-7b-GGUF/blob/main/chinese-llama-2-7b.gguf) | 完整 | 13 GB |
|
41 |
+
|
42 |
+
## 提供的镜像
|
43 |
+
|
44 |
+
| 名称 | 量化方法 | 大小 |
|
45 |
+
| ---------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
|
46 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q2_K](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q2_K | 3.68 GB |
|
47 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q3_K](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q3_K | 4.16 GB |
|
48 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q3_K_L](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q3_K_L | 4.46 GB |
|
49 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q3_K_S](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q3_K_S | 3.81 GB |
|
50 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q4_0](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q4_0 | 4.7 GB |
|
51 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q4_K](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q4_K | 4.95 GB |
|
52 |
+
| [shaowenchen/chinese-llama-2-7b-gguf:Q4_K_S](https://hub.docker.com/repository/docker/shaowenchen/chinese-llama-2-7b-gguf/general) | Q4_K_S | 4.73 GB |
|
53 |
+
|
54 |
+
```
|
55 |
+
docker run --rm -p 8000:8000 shaowenchen/chinese-llama-2-7b-gguf:Q2_K
|
56 |
+
```
|
57 |
+
|
58 |
+
并打开 http://localhost:8000/docs 查看 API 文档。
|
configuration.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"framework": "pytorch",
|
3 |
+
"task": "text-generation",
|
4 |
+
"model": {
|
5 |
+
"type": "llama2"
|
6 |
+
}
|
7 |
+
}
|