morriszms commited on
Commit
cc0a05c
1 Parent(s): e2a2ead

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-1_8b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ internlm2_5-1_8b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ internlm2_5-1_8b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ internlm2_5-1_8b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ internlm2_5-1_8b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ internlm2_5-1_8b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ internlm2_5-1_8b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ internlm2_5-1_8b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ internlm2_5-1_8b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ internlm2_5-1_8b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ internlm2_5-1_8b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ internlm2_5-1_8b-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-1_8b-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-1_8b-chat - GGUF
22
+
23
+ This repo contains GGUF format model files for [internlm/internlm2_5-1_8b-chat](https://huggingface.co/internlm/internlm2_5-1_8b-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-1_8b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q2_K.gguf) | Q2_K | 0.719 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [internlm2_5-1_8b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q3_K_S.gguf) | Q3_K_S | 0.827 GB | very small, high quality loss |
43
+ | [internlm2_5-1_8b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q3_K_M.gguf) | Q3_K_M | 0.898 GB | very small, high quality loss |
44
+ | [internlm2_5-1_8b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q3_K_L.gguf) | Q3_K_L | 0.960 GB | small, substantial quality loss |
45
+ | [internlm2_5-1_8b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q4_0.gguf) | Q4_0 | 1.037 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [internlm2_5-1_8b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q4_K_S.gguf) | Q4_K_S | 1.044 GB | small, greater quality loss |
47
+ | [internlm2_5-1_8b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q4_K_M.gguf) | Q4_K_M | 1.092 GB | medium, balanced quality - recommended |
48
+ | [internlm2_5-1_8b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q5_0.gguf) | Q5_0 | 1.235 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [internlm2_5-1_8b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q5_K_S.gguf) | Q5_K_S | 1.235 GB | large, low quality loss - recommended |
50
+ | [internlm2_5-1_8b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q5_K_M.gguf) | Q5_K_M | 1.263 GB | large, very low quality loss - recommended |
51
+ | [internlm2_5-1_8b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q6_K.gguf) | Q6_K | 1.446 GB | very large, extremely low quality loss |
52
+ | [internlm2_5-1_8b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-chat-GGUF/tree/main/internlm2_5-1_8b-chat-Q8_0.gguf) | Q8_0 | 1.872 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-1_8b-chat-GGUF --include "internlm2_5-1_8b-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-1_8b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
internlm2_5-1_8b-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ff97bbc01a41d4f022c74f7cadd6dbee5a2ab6f84582e771fb02480c4573d8
3
+ size 771885984
internlm2_5-1_8b-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a22220901c5bc4508d7fb82b5820eaa071aa0c76f4fd05c85200ceb677a58e7
3
+ size 1030996896
internlm2_5-1_8b-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14d459820b40178f900844ba5198dd56e862a3477aabd5918adde00cd36d3563
3
+ size 964412320
internlm2_5-1_8b-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afccfd608e840a39aaee6646cdc5ae0d814eef1c9ed5656dbc72ca8892d3ad8b
3
+ size 888259488
internlm2_5-1_8b-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e1c53fe48d6629797603283225e2dff890948b3e15f3c5adfc081f8ddaaaff
3
+ size 1113971616
internlm2_5-1_8b-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e3a1e53f77c23c65ccfaf350685ee57dc816c847899888595c924631bfcd710
3
+ size 1172364192
internlm2_5-1_8b-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f9648dd6592d9acc4c28c6169e16a8dd84494225ed490b83885722c2f99e771
3
+ size 1121311648
internlm2_5-1_8b-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8940475119df31957121a0fc164b573613e025d38f576e881853d0ead92ba673
3
+ size 1326406560
internlm2_5-1_8b-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee873d4f3d8a8083ced233f3c6552fdc30a791348369ae9685ad3c42e826af2
3
+ size 1356487584
internlm2_5-1_8b-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ffc30412086e0230ea62bc38970c4db824be3f7d83c223cbc8291f449d0092f
3
+ size 1326406560
internlm2_5-1_8b-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811fa3aedc8fcbffd3e6052d7497f4d79e838efd0f9c8b7511909d371005f107
3
+ size 1552118688
internlm2_5-1_8b-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83cc6c1eacdd4a7264520b0bf2071c7999c7e58076c56e05ea5ef65807d10c7f
3
+ size 2009613216