Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +83 -0
- fgfgfgf-Q2_K.gguf +3 -0
- fgfgfgf-Q3_K_L.gguf +3 -0
- fgfgfgf-Q3_K_M.gguf +3 -0
- fgfgfgf-Q3_K_S.gguf +3 -0
- fgfgfgf-Q4_0.gguf +3 -0
- fgfgfgf-Q4_K_M.gguf +3 -0
- fgfgfgf-Q4_K_S.gguf +3 -0
- fgfgfgf-Q5_0.gguf +3 -0
- fgfgfgf-Q5_K_M.gguf +3 -0
- fgfgfgf-Q5_K_S.gguf +3 -0
- fgfgfgf-Q6_K.gguf +3 -0
- fgfgfgf-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 |
+
fgfgfgf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
fgfgfgf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
fgfgfgf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
fgfgfgf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
fgfgfgf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
fgfgfgf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
fgfgfgf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
fgfgfgf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
fgfgfgf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
fgfgfgf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
fgfgfgf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
fgfgfgf-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
base_model: lilmeaty/fgfgfgf
|
7 |
+
---
|
8 |
+
|
9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
15 |
+
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>
|
16 |
+
</p>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## lilmeaty/fgfgfgf - GGUF
|
21 |
+
|
22 |
+
This repo contains GGUF format model files for [lilmeaty/fgfgfgf](https://huggingface.co/lilmeaty/fgfgfgf).
|
23 |
+
|
24 |
+
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).
|
25 |
+
|
26 |
+
<div style="text-align: left; margin: 20px 0;">
|
27 |
+
<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;">
|
28 |
+
Run them on the TensorBlock client using your local machine ↗
|
29 |
+
</a>
|
30 |
+
</div>
|
31 |
+
|
32 |
+
## Prompt template
|
33 |
+
|
34 |
+
```
|
35 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
36 |
+
|
37 |
+
Cutting Knowledge Date: December 2023
|
38 |
+
Today Date: 04 Dec 2024
|
39 |
+
|
40 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
41 |
+
|
42 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
43 |
+
```
|
44 |
+
|
45 |
+
## Model file specification
|
46 |
+
|
47 |
+
| Filename | Quant type | File Size | Description |
|
48 |
+
| -------- | ---------- | --------- | ----------- |
|
49 |
+
| [fgfgfgf-Q2_K.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q2_K.gguf) | Q2_K | 1.493 GB | smallest, significant quality loss - not recommended for most purposes |
|
50 |
+
| [fgfgfgf-Q3_K_S.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q3_K_S.gguf) | Q3_K_S | 1.712 GB | very small, high quality loss |
|
51 |
+
| [fgfgfgf-Q3_K_M.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q3_K_M.gguf) | Q3_K_M | 1.856 GB | very small, high quality loss |
|
52 |
+
| [fgfgfgf-Q3_K_L.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q3_K_L.gguf) | Q3_K_L | 1.985 GB | small, substantial quality loss |
|
53 |
+
| [fgfgfgf-Q4_0.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q4_0.gguf) | Q4_0 | 2.139 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
54 |
+
| [fgfgfgf-Q4_K_S.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q4_K_S.gguf) | Q4_K_S | 2.150 GB | small, greater quality loss |
|
55 |
+
| [fgfgfgf-Q4_K_M.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q4_K_M.gguf) | Q4_K_M | 2.241 GB | medium, balanced quality - recommended |
|
56 |
+
| [fgfgfgf-Q5_0.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q5_0.gguf) | Q5_0 | 2.540 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
57 |
+
| [fgfgfgf-Q5_K_S.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q5_K_S.gguf) | Q5_K_S | 2.540 GB | large, low quality loss - recommended |
|
58 |
+
| [fgfgfgf-Q5_K_M.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q5_K_M.gguf) | Q5_K_M | 2.593 GB | large, very low quality loss - recommended |
|
59 |
+
| [fgfgfgf-Q6_K.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q6_K.gguf) | Q6_K | 2.967 GB | very large, extremely low quality loss |
|
60 |
+
| [fgfgfgf-Q8_0.gguf](https://huggingface.co/tensorblock/fgfgfgf-GGUF/blob/main/fgfgfgf-Q8_0.gguf) | Q8_0 | 3.841 GB | very large, extremely low quality loss - not recommended |
|
61 |
+
|
62 |
+
|
63 |
+
## Downloading instruction
|
64 |
+
|
65 |
+
### Command line
|
66 |
+
|
67 |
+
Firstly, install Huggingface Client
|
68 |
+
|
69 |
+
```shell
|
70 |
+
pip install -U "huggingface_hub[cli]"
|
71 |
+
```
|
72 |
+
|
73 |
+
Then, downoad the individual model file the a local directory
|
74 |
+
|
75 |
+
```shell
|
76 |
+
huggingface-cli download tensorblock/fgfgfgf-GGUF --include "fgfgfgf-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
77 |
+
```
|
78 |
+
|
79 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
80 |
+
|
81 |
+
```shell
|
82 |
+
huggingface-cli download tensorblock/fgfgfgf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
83 |
+
```
|
fgfgfgf-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c260ea8ca4983d74e4e5ac33bd3b1f5b5664626fce0afa04b307884570d2c94d
|
3 |
+
size 1493217376
|
fgfgfgf-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f007e5a06e8f45725f279792e15db53573986cdc31ce52c8d0520813ab11532
|
3 |
+
size 1984645216
|
fgfgfgf-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f82453dbb1e6e91d8ffacec6b5a9e8119002a5c92673c07e131d117b755bcc6
|
3 |
+
size 1856456800
|
fgfgfgf-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56fd684224c15aaeb6ade95e41e25d4e0ff865626edaec534a99da9cfeb5641d
|
3 |
+
size 1712146528
|
fgfgfgf-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1aa5e0e06dead651c78a31c945a605f492894a6df05b8f8f5b7868d0a621457
|
3 |
+
size 2138816608
|
fgfgfgf-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7aed78e238c70f651a12089f2d02526d7a41fb170efcb1e8aa73d0be031c41df
|
3 |
+
size 2241003616
|
fgfgfgf-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94d3cc018bc4eb24e135dccb005751b48baf32ea5e18d70560ad14c23591b8c8
|
3 |
+
size 2149826656
|
fgfgfgf-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c05c28d72c29555112e77ca69113ebfd5c077dc44f302faea4113725136435f
|
3 |
+
size 2540388448
|
fgfgfgf-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:191f13067551a40dce9871fd36328f1d0f22c353c848cb1f9be3701ce82805f5
|
3 |
+
size 2593030240
|
fgfgfgf-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982b1af5c23f99f7a8929f43d2f2fed6b7b807d6761b92fbf13f866cb4b580b4
|
3 |
+
size 2540388448
|
fgfgfgf-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01a91ceb580faf42efa3addc566226eea19297e8e8c72dcee3c9fcd1fcb5756a
|
3 |
+
size 2967058528
|
fgfgfgf-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c08bfa7cb404beaeb92262185456c53c2a814020206b6ca7124cdd00717f455
|
3 |
+
size 3840526432
|