morriszms commited on
Commit
6264350
·
verified ·
1 Parent(s): 50f9ef9

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
+ tiny-random-internlm2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-random-internlm2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-random-internlm2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-random-internlm2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-random-internlm2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-random-internlm2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-random-internlm2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-random-internlm2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-random-internlm2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-random-internlm2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-random-internlm2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-random-internlm2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ license: apache-2.0
4
+ base_model: optimum-internal-testing/tiny-random-internlm2
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
+
14
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
15
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
16
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
17
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
18
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
19
+
20
+
21
+ ## optimum-internal-testing/tiny-random-internlm2 - GGUF
22
+
23
+ <div style="text-align: left; margin: 20px 0;">
24
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
25
+ Join our Discord to learn more about what we're building ↗
26
+ </a>
27
+ </div>
28
+
29
+ This repo contains GGUF format model files for [optimum-internal-testing/tiny-random-internlm2](https://huggingface.co/optimum-internal-testing/tiny-random-internlm2).
30
+
31
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
32
+
33
+ ## Our projects
34
+ <table border="1" cellspacing="0" cellpadding="10">
35
+ <tr>
36
+ <th colspan="2" style="font-size: 25px;">Forge</th>
37
+ </tr>
38
+ <tr>
39
+ <th colspan="2">
40
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
41
+ </th>
42
+ </tr>
43
+ <tr>
44
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
45
+ </tr>
46
+ <tr>
47
+ <th colspan="2">
48
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
49
+ display: inline-block;
50
+ padding: 8px 16px;
51
+ background-color: #FF7F50;
52
+ color: white;
53
+ text-decoration: none;
54
+ border-radius: 6px;
55
+ font-weight: bold;
56
+ font-family: sans-serif;
57
+ ">🚀 Try it now! 🚀</a>
58
+ </th>
59
+ </tr>
60
+
61
+ <tr>
62
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
63
+ <th style="font-size: 25px;">TensorBlock Studio</th>
64
+ </tr>
65
+ <tr>
66
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
67
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
68
+ </tr>
69
+ <tr>
70
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
71
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
72
+ </tr>
73
+ <tr>
74
+ <th>
75
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
76
+ display: inline-block;
77
+ padding: 8px 16px;
78
+ background-color: #FF7F50;
79
+ color: white;
80
+ text-decoration: none;
81
+ border-radius: 6px;
82
+ font-weight: bold;
83
+ font-family: sans-serif;
84
+ ">👀 See what we built 👀</a>
85
+ </th>
86
+ <th>
87
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
88
+ display: inline-block;
89
+ padding: 8px 16px;
90
+ background-color: #FF7F50;
91
+ color: white;
92
+ text-decoration: none;
93
+ border-radius: 6px;
94
+ font-weight: bold;
95
+ font-family: sans-serif;
96
+ ">👀 See what we built 👀</a>
97
+ </th>
98
+ </tr>
99
+ </table>
100
+
101
+ ## Prompt template
102
+
103
+ ```
104
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
105
+ ```
106
+
107
+ ## Model file specification
108
+
109
+ | Filename | Quant type | File Size | Description |
110
+ | -------- | ---------- | --------- | ----------- |
111
+ | [tiny-random-internlm2-Q2_K.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q2_K.gguf) | Q2_K | 0.022 GB | smallest, significant quality loss - not recommended for most purposes |
112
+ | [tiny-random-internlm2-Q3_K_S.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q3_K_S.gguf) | Q3_K_S | 0.022 GB | very small, high quality loss |
113
+ | [tiny-random-internlm2-Q3_K_M.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q3_K_M.gguf) | Q3_K_M | 0.022 GB | very small, high quality loss |
114
+ | [tiny-random-internlm2-Q3_K_L.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q3_K_L.gguf) | Q3_K_L | 0.022 GB | small, substantial quality loss |
115
+ | [tiny-random-internlm2-Q4_0.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q4_0.gguf) | Q4_0 | 0.022 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
116
+ | [tiny-random-internlm2-Q4_K_S.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q4_K_S.gguf) | Q4_K_S | 0.023 GB | small, greater quality loss |
117
+ | [tiny-random-internlm2-Q4_K_M.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q4_K_M.gguf) | Q4_K_M | 0.023 GB | medium, balanced quality - recommended |
118
+ | [tiny-random-internlm2-Q5_0.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q5_0.gguf) | Q5_0 | 0.023 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
119
+ | [tiny-random-internlm2-Q5_K_S.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q5_K_S.gguf) | Q5_K_S | 0.024 GB | large, low quality loss - recommended |
120
+ | [tiny-random-internlm2-Q5_K_M.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q5_K_M.gguf) | Q5_K_M | 0.024 GB | large, very low quality loss - recommended |
121
+ | [tiny-random-internlm2-Q6_K.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q6_K.gguf) | Q6_K | 0.028 GB | very large, extremely low quality loss |
122
+ | [tiny-random-internlm2-Q8_0.gguf](https://huggingface.co/tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF/blob/main/tiny-random-internlm2-Q8_0.gguf) | Q8_0 | 0.028 GB | very large, extremely low quality loss - not recommended |
123
+
124
+
125
+ ## Downloading instruction
126
+
127
+ ### Command line
128
+
129
+ Firstly, install Huggingface Client
130
+
131
+ ```shell
132
+ pip install -U "huggingface_hub[cli]"
133
+ ```
134
+
135
+ Then, downoad the individual model file the a local directory
136
+
137
+ ```shell
138
+ huggingface-cli download tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF --include "tiny-random-internlm2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
139
+ ```
140
+
141
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
142
+
143
+ ```shell
144
+ huggingface-cli download tensorblock/optimum-internal-testing_tiny-random-internlm2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
145
+ ```
tiny-random-internlm2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e64f76c0994b8940a54d15fdb546219172fe96e7ee88161def9da2cf4dd3244
3
+ size 21584640
tiny-random-internlm2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d42bb643188d33ce3f83c0f0f698affeb10c015878a2fb0394c730738d93275
3
+ size 21615360
tiny-random-internlm2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6b2b3a413402c9d4f2c02d64211757f0c59fe26d8d756eab6c889e36346763
3
+ size 21607168
tiny-random-internlm2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8548a6d4c9d0e902e75db88991bb17289ae4935f0f1d3b12d05fc93bee6cf17d
3
+ size 21584640
tiny-random-internlm2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef0f7265aa57f9c701ea840741261f05e36a5f6e391882b67964f7069deb921
3
+ size 21584640
tiny-random-internlm2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1864f81846ec87181d1a4f73fd83fb54a54cc12d146caf430979c565a727671a
3
+ size 23128832
tiny-random-internlm2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34c4f850770cbba7f3ab083628c350509ad6379af8a8a211b43e9599eaa79ee8
3
+ size 23114496
tiny-random-internlm2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec83ad316722b935adbf96f67da7c2f7ff84838c8425df64b15d4698b537b693
3
+ size 23110400
tiny-random-internlm2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda88e2256a3cabce63d79e0b4a19fdef2a045825bb0caee88b574f5f6562601
3
+ size 23888640
tiny-random-internlm2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2883326871ee53a50ddc493f62d6d364899313c7fe7b26d59d692ade8462ce9c
3
+ size 23873280
tiny-random-internlm2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1679faaf0be2f519772a4e2bcf220d75801a3b44997dc4b25b1077a7d4fe11
3
+ size 27687680
tiny-random-internlm2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d31cff82326c506047a11c09c4ab5e3b01ce4c472488ae2f177ea18706dac7
3
+ size 27687680