morriszms commited on
Commit
5cf77ce
·
verified ·
1 Parent(s): a50e09b

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-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ internlm2_5-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ internlm2_5-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ internlm2_5-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ internlm2_5-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ internlm2_5-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ internlm2_5-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ internlm2_5-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ internlm2_5-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ internlm2_5-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ internlm2_5-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ internlm2_5-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: internlm/internlm2_5-7b
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## internlm/internlm2_5-7b - GGUF
20
+
21
+ This repo contains GGUF format model files for [internlm/internlm2_5-7b](https://huggingface.co/internlm/internlm2_5-7b).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+ <s><|im_start|>system
29
+ {system_prompt}<|im_end|>
30
+ <|im_start|>user
31
+ {prompt}<|im_end|>
32
+ <|im_start|>assistant
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [internlm2_5-7b-Q2_K.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q2_K.gguf) | Q2_K | 2.799 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [internlm2_5-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q3_K_S.gguf) | Q3_K_S | 3.237 GB | very small, high quality loss |
41
+ | [internlm2_5-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q3_K_M.gguf) | Q3_K_M | 3.567 GB | very small, high quality loss |
42
+ | [internlm2_5-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q3_K_L.gguf) | Q3_K_L | 3.850 GB | small, substantial quality loss |
43
+ | [internlm2_5-7b-Q4_0.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q4_0.gguf) | Q4_0 | 4.147 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [internlm2_5-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q4_K_S.gguf) | Q4_K_S | 4.177 GB | small, greater quality loss |
45
+ | [internlm2_5-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q4_K_M.gguf) | Q4_K_M | 4.389 GB | medium, balanced quality - recommended |
46
+ | [internlm2_5-7b-Q5_0.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q5_0.gguf) | Q5_0 | 5.004 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [internlm2_5-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q5_K_S.gguf) | Q5_K_S | 5.004 GB | large, low quality loss - recommended |
48
+ | [internlm2_5-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q5_K_M.gguf) | Q5_K_M | 5.129 GB | large, very low quality loss - recommended |
49
+ | [internlm2_5-7b-Q6_K.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q6_K.gguf) | Q6_K | 5.914 GB | very large, extremely low quality loss |
50
+ | [internlm2_5-7b-Q8_0.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-GGUF/tree/main/internlm2_5-7b-Q8_0.gguf) | Q8_0 | 7.659 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/internlm2_5-7b-GGUF --include "internlm2_5-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/internlm2_5-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
internlm2_5-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df9a990e1959ee298805d0cf25399b37cf156158f5a3ebecf8ff34882aac0b63
3
+ size 3005449216
internlm2_5-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521671f7556e530d7dc429728fa836fc374f778d6e4ec33e1ba1a5ce9d103d26
3
+ size 4133417984
internlm2_5-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d3a245a641f35bb08a0998bc30990440e81e4228aae7af67074e4c257fc87d
3
+ size 3830379520
internlm2_5-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f3f2ea2b00dc19075529eb2c7aeaa105b711567efa63056126be4fd924b695
3
+ size 3475960832
internlm2_5-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106edc61dd76ac47cff4ca2b6e65b39caf73a685cb3acb69665d562e9a3cf7f0
3
+ size 4453245952
internlm2_5-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4ff06fc8ba4fbf0aa201f11a2ba041cc0da0aa0f9e3e27bc6240ca92c26b73
3
+ size 4712768512
internlm2_5-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d8e7b113e47305c8cf4e45aa44640f4dcbe1b7b02281691773022fb5045481
3
+ size 4484703232
internlm2_5-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0d1c03d9d378a3e82acf51fcf282fbc6de1c175b6a9bbc00e1c7910e344851
3
+ size 5373043712
internlm2_5-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b4c1bce41459242206806ac5decddea275c33ceb91fc5997468a36a1690112
3
+ size 5506737152
internlm2_5-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b947651b5fb31ab708272f453efe4b10695822c33253fab15149394bcdee4ba
3
+ size 5373043712
internlm2_5-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e1900d13796495189ababd7db6cf5b455afb4f122fb4c82e34970d50b1e5e8
3
+ size 6350328832
internlm2_5-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91cb101bb939310034d6ace2492af81b334468a17ff13b91d269173a9bc04fc
3
+ size 8224240640