morriszms commited on
Commit
365c5c6
1 Parent(s): ec873d4

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-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ internlm2_5-7b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ internlm2_5-7b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ internlm2_5-7b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ internlm2_5-7b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ internlm2_5-7b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ internlm2_5-7b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ internlm2_5-7b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ internlm2_5-7b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ internlm2_5-7b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ internlm2_5-7b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ internlm2_5-7b-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ license: other
4
+ base_model: internlm/internlm2_5-7b-chat
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
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-7b-chat - GGUF
22
+
23
+ This repo contains GGUF format model files for [internlm/internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat).
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
+ ## Prompt template
28
+
29
+ ```
30
+ <s><|im_start|>system
31
+ {system_prompt}<|im_end|>
32
+ <|im_start|>user
33
+ {prompt}<|im_end|>
34
+ <|im_start|>assistant
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [internlm2_5-7b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q2_K.gguf) | Q2_K | 2.799 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [internlm2_5-7b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q3_K_S.gguf) | Q3_K_S | 3.237 GB | very small, high quality loss |
43
+ | [internlm2_5-7b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q3_K_M.gguf) | Q3_K_M | 3.567 GB | very small, high quality loss |
44
+ | [internlm2_5-7b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q3_K_L.gguf) | Q3_K_L | 3.850 GB | small, substantial quality loss |
45
+ | [internlm2_5-7b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q4_0.gguf) | Q4_0 | 4.147 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [internlm2_5-7b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q4_K_S.gguf) | Q4_K_S | 4.177 GB | small, greater quality loss |
47
+ | [internlm2_5-7b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q4_K_M.gguf) | Q4_K_M | 4.389 GB | medium, balanced quality - recommended |
48
+ | [internlm2_5-7b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q5_0.gguf) | Q5_0 | 5.004 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [internlm2_5-7b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q5_K_S.gguf) | Q5_K_S | 5.004 GB | large, low quality loss - recommended |
50
+ | [internlm2_5-7b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q5_K_M.gguf) | Q5_K_M | 5.129 GB | large, very low quality loss - recommended |
51
+ | [internlm2_5-7b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q6_K.gguf) | Q6_K | 5.914 GB | very large, extremely low quality loss |
52
+ | [internlm2_5-7b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/internlm2_5-7b-chat-GGUF/tree/main/internlm2_5-7b-chat-Q8_0.gguf) | Q8_0 | 7.659 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/internlm2_5-7b-chat-GGUF --include "internlm2_5-7b-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/internlm2_5-7b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
internlm2_5-7b-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2771f4a34057da45bdd94da384927f6dfeabced10bb0761324e4d26024d2b5
3
+ size 3005449312
internlm2_5-7b-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c5198954bb5584e22c3f4de9f9dbcb829ac874558a3adcbbbea547b3528636
3
+ size 4133418080
internlm2_5-7b-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91fd4c24d18ec664fb711d9530609b8ebb521ac4a13f62450cfac201439d1300
3
+ size 3830379616
internlm2_5-7b-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c676a128d239cf07bcabd94f0bbb8dbb5dc9547809082871a939cc043d9b83eb
3
+ size 3475960928
internlm2_5-7b-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7c12497128f4c19b08746c000e1c4f5f1796776d1a11bcd224b787039384fc
3
+ size 4453246048
internlm2_5-7b-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2007b83de7e554d48c541f064ea45ea31e4afddc0c94a539342734bc70569c42
3
+ size 4712768608
internlm2_5-7b-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143f320f21cb62a1e59b3f1d73ac2a60332a9fad2971e702b2e7da4f3d4c42c8
3
+ size 4484703328
internlm2_5-7b-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2088a2f3543bb64c4081e7148b266506613e41098d4dca91220c4bcceb6fc144
3
+ size 5373043808
internlm2_5-7b-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317bf5899966161b6f392e1eddba40213d8245a4f964f94eadc6bb66af804815
3
+ size 5506737248
internlm2_5-7b-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d97e9a5174da6d02aadf45b02355875cd099e6cf0e6131d5622585e0af45734
3
+ size 5373043808
internlm2_5-7b-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:643c0d717b465e41771d56473910d00ae4ef0b87f420d29d5d53cdf7064105e8
3
+ size 6350328928
internlm2_5-7b-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1e10eb76876e5b24be66701e9136ee220ab58cf02c7257e3dd72fc93fa1542
3
+ size 8224240736