Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +69 -0
- ov-gpt2-fp32-no-cache-Q2_K.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q3_K_L.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q3_K_M.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q3_K_S.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q4_0.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q4_K_M.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q4_K_S.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q5_0.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q5_K_M.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q5_K_S.gguf +3 -0
- ov-gpt2-fp32-no-cache-Q6_K.gguf +3 -0
- ov-gpt2-fp32-no-cache-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 |
+
ov-gpt2-fp32-no-cache-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ov-gpt2-fp32-no-cache-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
ov-gpt2-fp32-no-cache-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
ov-gpt2-fp32-no-cache-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
ov-gpt2-fp32-no-cache-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
ov-gpt2-fp32-no-cache-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
ov-gpt2-fp32-no-cache-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
ov-gpt2-fp32-no-cache-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
ov-gpt2-fp32-no-cache-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
ov-gpt2-fp32-no-cache-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
ov-gpt2-fp32-no-cache-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
ov-gpt2-fp32-no-cache-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: vuiseng9/ov-gpt2-fp32-no-cache
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
---
|
7 |
+
|
8 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
9 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
10 |
+
</div>
|
11 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
12 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
13 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
14 |
+
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>
|
15 |
+
</p>
|
16 |
+
</div>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
## vuiseng9/ov-gpt2-fp32-no-cache - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [vuiseng9/ov-gpt2-fp32-no-cache](https://huggingface.co/vuiseng9/ov-gpt2-fp32-no-cache).
|
22 |
+
|
23 |
+
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).
|
24 |
+
|
25 |
+
## Prompt template
|
26 |
+
|
27 |
+
```
|
28 |
+
|
29 |
+
```
|
30 |
+
|
31 |
+
## Model file specification
|
32 |
+
|
33 |
+
| Filename | Quant type | File Size | Description |
|
34 |
+
| -------- | ---------- | --------- | ----------- |
|
35 |
+
| [ov-gpt2-fp32-no-cache-Q2_K.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
|
36 |
+
| [ov-gpt2-fp32-no-cache-Q3_K_S.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
|
37 |
+
| [ov-gpt2-fp32-no-cache-Q3_K_M.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
|
38 |
+
| [ov-gpt2-fp32-no-cache-Q3_K_L.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
|
39 |
+
| [ov-gpt2-fp32-no-cache-Q4_0.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
40 |
+
| [ov-gpt2-fp32-no-cache-Q4_K_S.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
|
41 |
+
| [ov-gpt2-fp32-no-cache-Q4_K_M.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
|
42 |
+
| [ov-gpt2-fp32-no-cache-Q5_0.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
43 |
+
| [ov-gpt2-fp32-no-cache-Q5_K_S.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
|
44 |
+
| [ov-gpt2-fp32-no-cache-Q5_K_M.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
|
45 |
+
| [ov-gpt2-fp32-no-cache-Q6_K.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
|
46 |
+
| [ov-gpt2-fp32-no-cache-Q8_0.gguf](https://huggingface.co/tensorblock/ov-gpt2-fp32-no-cache-GGUF/tree/main/ov-gpt2-fp32-no-cache-Q8_0.gguf) | Q8_0 | 0.165 GB | very large, extremely low quality loss - not recommended |
|
47 |
+
|
48 |
+
|
49 |
+
## Downloading instruction
|
50 |
+
|
51 |
+
### Command line
|
52 |
+
|
53 |
+
Firstly, install Huggingface Client
|
54 |
+
|
55 |
+
```shell
|
56 |
+
pip install -U "huggingface_hub[cli]"
|
57 |
+
```
|
58 |
+
|
59 |
+
Then, downoad the individual model file the a local directory
|
60 |
+
|
61 |
+
```shell
|
62 |
+
huggingface-cli download tensorblock/ov-gpt2-fp32-no-cache-GGUF --include "ov-gpt2-fp32-no-cache-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
63 |
+
```
|
64 |
+
|
65 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
66 |
+
|
67 |
+
```shell
|
68 |
+
huggingface-cli download tensorblock/ov-gpt2-fp32-no-cache-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
69 |
+
```
|
ov-gpt2-fp32-no-cache-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71cd74bc3e77361d8fdfa02d38368ef5a19a614aee31f2089fe69169b5202855
|
3 |
+
size 81196480
|
ov-gpt2-fp32-no-cache-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7312cfe5a39bec761518c0725df02c0cc98575282d1dcb6977167d43715d601
|
3 |
+
size 102092416
|
ov-gpt2-fp32-no-cache-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4096008e7ff780e01aef7055fcdb7d00b5efa5bdceed7fcf1f4518b4e09f12e
|
3 |
+
size 97668736
|
ov-gpt2-fp32-no-cache-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2afc934aeaf6951de376e548297105948d4dcee800d09f2a2b5d3dc0855b97f0
|
3 |
+
size 90148480
|
ov-gpt2-fp32-no-cache-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5128e98286d6a958294a0e8ae952b5a75353108c66c494ffe23daf31b3fef32
|
3 |
+
size 106555072
|
ov-gpt2-fp32-no-cache-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85cbedfee8f085f4e904098f650bf4c076d90645baba96700101ffba6f97502c
|
3 |
+
size 112858816
|
ov-gpt2-fp32-no-cache-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:619090452d4f324f44acb05df449ce5a3173c0c6626f942d4a78f5e5798a5d06
|
3 |
+
size 106849984
|
ov-gpt2-fp32-no-cache-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3392d0e5e04976cb36dbf417132beb180959d393064e60cf6cbb6444e35c22a2
|
3 |
+
size 121996576
|
ov-gpt2-fp32-no-cache-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0203b3070728334100035f94516220ee3d5b9607f951833b751104a36eb66e0d
|
3 |
+
size 126696736
|
ov-gpt2-fp32-no-cache-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c0f29bc08f6fb7e8c8543dbccfde92681510cb8a911f80ec870eceaa75f4cdb
|
3 |
+
size 121996576
|
ov-gpt2-fp32-no-cache-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0be65154c0133289861340b652331946fe2f8a3b7e32057b6b0d819f6ee2498
|
3 |
+
size 138403168
|
ov-gpt2-fp32-no-cache-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eee72c13c41b9a6b04879a7dc5f8b766a9d11c3cef1ad4768c8b341e9d52bd05
|
3 |
+
size 177668896
|