morriszms commited on
Commit
4160eaf
·
verified ·
1 Parent(s): a26c835

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ internlm2_5-20b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ internlm2_5-20b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ internlm2_5-20b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ internlm2_5-20b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ internlm2_5-20b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ internlm2_5-20b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ internlm2_5-20b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ internlm2_5-20b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ internlm2_5-20b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ internlm2_5-20b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ internlm2_5-20b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ internlm2_5-20b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: internlm/internlm2_5-20b
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## internlm/internlm2_5-20b - GGUF
22
+
23
+ This repo contains GGUF format model files for [internlm/internlm2_5-20b](https://huggingface.co/internlm/internlm2_5-20b).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <s><|im_start|>system
37
+ {system_prompt}<|im_end|>
38
+ <|im_start|>user
39
+ {prompt}<|im_end|>
40
+ <|im_start|>assistant
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [internlm2_5-20b-Q2_K.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q2_K.gguf) | Q2_K | 7.547 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [internlm2_5-20b-Q3_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q3_K_S.gguf) | Q3_K_S | 8.760 GB | very small, high quality loss |
49
+ | [internlm2_5-20b-Q3_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q3_K_M.gguf) | Q3_K_M | 9.722 GB | very small, high quality loss |
50
+ | [internlm2_5-20b-Q3_K_L.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q3_K_L.gguf) | Q3_K_L | 10.551 GB | small, substantial quality loss |
51
+ | [internlm2_5-20b-Q4_0.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q4_0.gguf) | Q4_0 | 11.323 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [internlm2_5-20b-Q4_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q4_K_S.gguf) | Q4_K_S | 11.401 GB | small, greater quality loss |
53
+ | [internlm2_5-20b-Q4_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q4_K_M.gguf) | Q4_K_M | 11.984 GB | medium, balanced quality - recommended |
54
+ | [internlm2_5-20b-Q5_0.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q5_0.gguf) | Q5_0 | 13.734 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [internlm2_5-20b-Q5_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q5_K_S.gguf) | Q5_K_S | 13.734 GB | large, low quality loss - recommended |
56
+ | [internlm2_5-20b-Q5_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q5_K_M.gguf) | Q5_K_M | 14.075 GB | large, very low quality loss - recommended |
57
+ | [internlm2_5-20b-Q6_K.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q6_K.gguf) | Q6_K | 16.296 GB | very large, extremely low quality loss |
58
+ | [internlm2_5-20b-Q8_0.gguf](https://huggingface.co/tensorblock/internlm2_5-20b-GGUF/blob/main/internlm2_5-20b-Q8_0.gguf) | Q8_0 | 21.106 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/internlm2_5-20b-GGUF --include "internlm2_5-20b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/internlm2_5-20b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
internlm2_5-20b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e701b9e01d330014237ffad1581745220e847a93b2819769e3989373447e9217
3
+ size 7546670816
internlm2_5-20b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a15972e2c576cf79f78a46b056f36ea05f6a3ebf6441a72a0e6ab54935f972
3
+ size 10551178976
internlm2_5-20b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2342ed152e2e06f59d213cfd0c060c1a30bffbbf7631de9a885298fd54e7e4
3
+ size 9722279648
internlm2_5-20b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59425c93cd43ad6bfc0c640e03108ccef9e918c33dde5736f38cf79098ab22b8
3
+ size 8760473312
internlm2_5-20b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2948399a13147a32e9cb4d593148c1a734fc3020efe0bd22bdc811e6d99b7e59
3
+ size 11322687200
internlm2_5-20b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf0e6bb02443367317a0972668f1b2accdb523fd94e734fa71cc9691e94b5473
3
+ size 11984469728
internlm2_5-20b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea78c01298a3ec809590749d7ad962374140194325912717860de44164c7a7f8
3
+ size 11401330400
internlm2_5-20b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f42ea2bdcaba2881b6cccf1532f17794b93755956941a81cd6e0fd96601c7d
3
+ size 13734182624
internlm2_5-20b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d244f2b4c4f4c73275d541665dc44db4f3bebe56b3c3929d3cb60454408be35e
3
+ size 14075100896
internlm2_5-20b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b386ca0b8ca032881aac90a0be82553ae9db06cc8bc4eda290a4413118a90e6
3
+ size 13734182624
internlm2_5-20b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04adc9806670dfc7f8f6232dddb54d16a9e6b6c68a1be11e987f0348cb26ff62
3
+ size 16296396512
internlm2_5-20b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3404d5809ed1a9343dfbdc7476f55ec2a82117d3d010d554ebefcf971ddf0e9
3
+ size 21106374368