morriszms commited on
Commit
0a5aa3b
·
verified ·
1 Parent(s): 3c00b2d

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ internlm2_5-1_8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ internlm2_5-1_8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ internlm2_5-1_8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ internlm2_5-1_8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ internlm2_5-1_8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ internlm2_5-1_8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ internlm2_5-1_8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ internlm2_5-1_8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ internlm2_5-1_8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ internlm2_5-1_8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ internlm2_5-1_8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: internlm/internlm2_5-1_8b
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 - GGUF
22
+
23
+ This repo contains GGUF format model files for [internlm/internlm2_5-1_8b](https://huggingface.co/internlm/internlm2_5-1_8b).
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
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [internlm2_5-1_8b-Q2_K.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q2_K.gguf) | Q2_K | 0.772 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [internlm2_5-1_8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q3_K_S.gguf) | Q3_K_S | 0.888 GB | very small, high quality loss |
45
+ | [internlm2_5-1_8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q3_K_M.gguf) | Q3_K_M | 0.964 GB | very small, high quality loss |
46
+ | [internlm2_5-1_8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q3_K_L.gguf) | Q3_K_L | 1.031 GB | small, substantial quality loss |
47
+ | [internlm2_5-1_8b-Q4_0.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q4_0.gguf) | Q4_0 | 1.114 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [internlm2_5-1_8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q4_K_S.gguf) | Q4_K_S | 1.121 GB | small, greater quality loss |
49
+ | [internlm2_5-1_8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q4_K_M.gguf) | Q4_K_M | 1.172 GB | medium, balanced quality - recommended |
50
+ | [internlm2_5-1_8b-Q5_0.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q5_0.gguf) | Q5_0 | 1.326 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [internlm2_5-1_8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q5_K_S.gguf) | Q5_K_S | 1.326 GB | large, low quality loss - recommended |
52
+ | [internlm2_5-1_8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q5_K_M.gguf) | Q5_K_M | 1.356 GB | large, very low quality loss - recommended |
53
+ | [internlm2_5-1_8b-Q6_K.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q6_K.gguf) | Q6_K | 1.552 GB | very large, extremely low quality loss |
54
+ | [internlm2_5-1_8b-Q8_0.gguf](https://huggingface.co/tensorblock/internlm2_5-1_8b-GGUF/blob/main/internlm2_5-1_8b-Q8_0.gguf) | Q8_0 | 2.010 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/internlm2_5-1_8b-GGUF --include "internlm2_5-1_8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/internlm2_5-1_8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
internlm2_5-1_8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b8204c0bdd65dfd05e7c80a5bad29108c288f661f327e3e846b6e2f202bfec
3
+ size 771885824
internlm2_5-1_8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4a409178f6fb13dd19158f1f8fe4df2f5fd4e7de985993ca3555c145990096
3
+ size 1030996736
internlm2_5-1_8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f26095a5326c58b579c46020f71bec3f41565852a7591b4aa4f8b438c5138d
3
+ size 964412160
internlm2_5-1_8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd819a3e5083ffffd9ea1b9362bafa780e842c514e0837cad8351082c1307b03
3
+ size 888259328
internlm2_5-1_8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2d7fb22eb47ab9f8e4dce4c19b2ee227c31897a0f363dc2eb831d1657811f94
3
+ size 1113971456
internlm2_5-1_8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:379dcb3c82fccd26244617dcc2b29c08a980bf07683c09a21bc5d46007816a08
3
+ size 1172364032
internlm2_5-1_8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f8da5be1388959e2780921607bd1e6f1ebbf645125088a54e02a12bc721f623
3
+ size 1121311488
internlm2_5-1_8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca681082d75311fa477d6b7953b30079b036457272a6b62495943721330da77
3
+ size 1326406400
internlm2_5-1_8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45c0705b9d0d4d5cd98950bd5f4df4d754b05b1e6c149c63eb72a0cf530b9ff
3
+ size 1356487424
internlm2_5-1_8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:077bd980fe86e4aaab02fb84a2e851adf281771c0f1f270b894f0afec58b3f61
3
+ size 1326406400
internlm2_5-1_8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1006e8bfffa9b0e284557ca7690a9d7dc78a11dd310e650af970c97bd7f120eb
3
+ size 1552118528
internlm2_5-1_8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ca6bb583e97d601f8d25482bed49e35969b57286335457541af3e7d633b5fb0
3
+ size 2009613056