Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +80 -0
- llama2.c-stories110M-pruned50-Q2_K.gguf +3 -0
- llama2.c-stories110M-pruned50-Q3_K_L.gguf +3 -0
- llama2.c-stories110M-pruned50-Q3_K_M.gguf +3 -0
- llama2.c-stories110M-pruned50-Q3_K_S.gguf +3 -0
- llama2.c-stories110M-pruned50-Q4_0.gguf +3 -0
- llama2.c-stories110M-pruned50-Q4_K_M.gguf +3 -0
- llama2.c-stories110M-pruned50-Q4_K_S.gguf +3 -0
- llama2.c-stories110M-pruned50-Q5_0.gguf +3 -0
- llama2.c-stories110M-pruned50-Q5_K_M.gguf +3 -0
- llama2.c-stories110M-pruned50-Q5_K_S.gguf +3 -0
- llama2.c-stories110M-pruned50-Q6_K.gguf +3 -0
- llama2.c-stories110M-pruned50-Q8_0.gguf +3 -0
.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 |
+
llama2.c-stories110M-pruned50-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama2.c-stories110M-pruned50-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama2.c-stories110M-pruned50-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama2.c-stories110M-pruned50-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama2.c-stories110M-pruned50-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama2.c-stories110M-pruned50-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama2.c-stories110M-pruned50-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama2.c-stories110M-pruned50-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama2.c-stories110M-pruned50-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama2.c-stories110M-pruned50-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama2.c-stories110M-pruned50-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama2.c-stories110M-pruned50-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: neuralmagic/llama2.c-stories110M-pruned50
|
3 |
+
inference: true
|
4 |
+
model_type: llama
|
5 |
+
quantized_by: mgoin
|
6 |
+
tags:
|
7 |
+
- nm-vllm
|
8 |
+
- sparse
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
---
|
12 |
+
|
13 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
14 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
15 |
+
</div>
|
16 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
17 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
18 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
19 |
+
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>
|
20 |
+
</p>
|
21 |
+
</div>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
## neuralmagic/llama2.c-stories110M-pruned50 - GGUF
|
25 |
+
|
26 |
+
This repo contains GGUF format model files for [neuralmagic/llama2.c-stories110M-pruned50](https://huggingface.co/neuralmagic/llama2.c-stories110M-pruned50).
|
27 |
+
|
28 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
29 |
+
|
30 |
+
<div style="text-align: left; margin: 20px 0;">
|
31 |
+
<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;">
|
32 |
+
Run them on the TensorBlock client using your local machine ↗
|
33 |
+
</a>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
## Prompt template
|
37 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
```
|
41 |
+
|
42 |
+
## Model file specification
|
43 |
+
|
44 |
+
| Filename | Quant type | File Size | Description |
|
45 |
+
| -------- | ---------- | --------- | ----------- |
|
46 |
+
| [llama2.c-stories110M-pruned50-Q2_K.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q2_K.gguf) | Q2_K | 0.060 GB | smallest, significant quality loss - not recommended for most purposes |
|
47 |
+
| [llama2.c-stories110M-pruned50-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q3_K_S.gguf) | Q3_K_S | 0.068 GB | very small, high quality loss |
|
48 |
+
| [llama2.c-stories110M-pruned50-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q3_K_M.gguf) | Q3_K_M | 0.073 GB | very small, high quality loss |
|
49 |
+
| [llama2.c-stories110M-pruned50-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q3_K_L.gguf) | Q3_K_L | 0.077 GB | small, substantial quality loss |
|
50 |
+
| [llama2.c-stories110M-pruned50-Q4_0.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q4_0.gguf) | Q4_0 | 0.083 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
51 |
+
| [llama2.c-stories110M-pruned50-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q4_K_S.gguf) | Q4_K_S | 0.083 GB | small, greater quality loss |
|
52 |
+
| [llama2.c-stories110M-pruned50-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q4_K_M.gguf) | Q4_K_M | 0.086 GB | medium, balanced quality - recommended |
|
53 |
+
| [llama2.c-stories110M-pruned50-Q5_0.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q5_0.gguf) | Q5_0 | 0.096 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
54 |
+
| [llama2.c-stories110M-pruned50-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q5_K_S.gguf) | Q5_K_S | 0.096 GB | large, low quality loss - recommended |
|
55 |
+
| [llama2.c-stories110M-pruned50-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q5_K_M.gguf) | Q5_K_M | 0.098 GB | large, very low quality loss - recommended |
|
56 |
+
| [llama2.c-stories110M-pruned50-Q6_K.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q6_K.gguf) | Q6_K | 0.111 GB | very large, extremely low quality loss |
|
57 |
+
| [llama2.c-stories110M-pruned50-Q8_0.gguf](https://huggingface.co/tensorblock/llama2.c-stories110M-pruned50-GGUF/blob/main/llama2.c-stories110M-pruned50-Q8_0.gguf) | Q8_0 | 0.143 GB | very large, extremely low quality loss - not recommended |
|
58 |
+
|
59 |
+
|
60 |
+
## Downloading instruction
|
61 |
+
|
62 |
+
### Command line
|
63 |
+
|
64 |
+
Firstly, install Huggingface Client
|
65 |
+
|
66 |
+
```shell
|
67 |
+
pip install -U "huggingface_hub[cli]"
|
68 |
+
```
|
69 |
+
|
70 |
+
Then, downoad the individual model file the a local directory
|
71 |
+
|
72 |
+
```shell
|
73 |
+
huggingface-cli download tensorblock/llama2.c-stories110M-pruned50-GGUF --include "llama2.c-stories110M-pruned50-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
74 |
+
```
|
75 |
+
|
76 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
77 |
+
|
78 |
+
```shell
|
79 |
+
huggingface-cli download tensorblock/llama2.c-stories110M-pruned50-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
80 |
+
```
|
llama2.c-stories110M-pruned50-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1d2cc992505bcc1d3d3c97221d437f5c43f6efd2346ff772521b10e108dc59b
|
3 |
+
size 60255584
|
llama2.c-stories110M-pruned50-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62016079ca66435ff6fdda52dcece8d9a7097b236b040ba8387f73d9069b6579
|
3 |
+
size 76538720
|
llama2.c-stories110M-pruned50-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a32f5d5ab64e52e532008063bc410e1ee4e1fa8cf1f86090ef4d86907573f77
|
3 |
+
size 72557408
|
llama2.c-stories110M-pruned50-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c37173ad9836b35fab1dbe7c4c2846cb4510679a4fce597da2266dea8ffba9e0
|
3 |
+
size 68023136
|
llama2.c-stories110M-pruned50-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7440d7d5e49a7456b3b83dd164bea7668bf041e5e1bbedb3af585af1b034d43a
|
3 |
+
size 82567520
|
llama2.c-stories110M-pruned50-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d695f4207620b28663b2ffbbe73e92d3311b4f46f53c49e58d83a53b3187563
|
3 |
+
size 85912928
|
llama2.c-stories110M-pruned50-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8695ff15d0c6cea5d3e6bd10aff6b73bd399be4f0ca924286e32a83130fa3837
|
3 |
+
size 83059040
|
llama2.c-stories110M-pruned50-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb283c0c1d0b85cec00da527813357ec4bd265f89932c871125b9f42532084b2
|
3 |
+
size 96256352
|
llama2.c-stories110M-pruned50-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e3e83f77e546827d15cc74d034909a5ebc9e4b1d4f4e0b576a2d3bd79091dbf
|
3 |
+
size 97979744
|
llama2.c-stories110M-pruned50-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99d536aa53fb5ca7d87128b00fdf12e10da9679c32789ce5dc81c11c12eb04d8
|
3 |
+
size 96256352
|
llama2.c-stories110M-pruned50-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff0544b24de3d0bd4541d32c5de114ce541dfbd251bff516f5c474f5b3fe3223
|
3 |
+
size 110800736
|
llama2.c-stories110M-pruned50-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bcedc57ea709888c27b81198a6f50fb3c00bab0831d6463bc2b9b17b10ae7f9
|
3 |
+
size 143274848
|