morriszms commited on
Commit
5e67144
1 Parent(s): 55fec38

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
+ advice-gpt2bot-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ advice-gpt2bot-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ advice-gpt2bot-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ advice-gpt2bot-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ advice-gpt2bot-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ advice-gpt2bot-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ advice-gpt2bot-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ advice-gpt2bot-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ advice-gpt2bot-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ advice-gpt2bot-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ advice-gpt2bot-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ advice-gpt2bot-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: umm-maybe/advice-gpt2bot
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
+ ## umm-maybe/advice-gpt2bot - GGUF
20
+
21
+ This repo contains GGUF format model files for [umm-maybe/advice-gpt2bot](https://huggingface.co/umm-maybe/advice-gpt2bot).
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
+ | [advice-gpt2bot-Q2_K.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q2_K.gguf) | Q2_K | 0.061 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [advice-gpt2bot-Q3_K_S.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q3_K_S.gguf) | Q3_K_S | 0.067 GB | very small, high quality loss |
37
+ | [advice-gpt2bot-Q3_K_M.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q3_K_M.gguf) | Q3_K_M | 0.070 GB | very small, high quality loss |
38
+ | [advice-gpt2bot-Q3_K_L.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q3_K_L.gguf) | Q3_K_L | 0.072 GB | small, substantial quality loss |
39
+ | [advice-gpt2bot-Q4_0.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q4_0.gguf) | Q4_0 | 0.077 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [advice-gpt2bot-Q4_K_S.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q4_K_S.gguf) | Q4_K_S | 0.077 GB | small, greater quality loss |
41
+ | [advice-gpt2bot-Q4_K_M.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q4_K_M.gguf) | Q4_K_M | 0.079 GB | medium, balanced quality - recommended |
42
+ | [advice-gpt2bot-Q5_0.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q5_0.gguf) | Q5_0 | 0.086 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [advice-gpt2bot-Q5_K_S.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q5_K_S.gguf) | Q5_K_S | 0.086 GB | large, low quality loss - recommended |
44
+ | [advice-gpt2bot-Q5_K_M.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q5_K_M.gguf) | Q5_K_M | 0.088 GB | large, very low quality loss - recommended |
45
+ | [advice-gpt2bot-Q6_K.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q6_K.gguf) | Q6_K | 0.096 GB | very large, extremely low quality loss |
46
+ | [advice-gpt2bot-Q8_0.gguf](https://huggingface.co/tensorblock/advice-gpt2bot-GGUF/tree/main/advice-gpt2bot-Q8_0.gguf) | Q8_0 | 0.123 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/advice-gpt2bot-GGUF --include "advice-gpt2bot-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/advice-gpt2bot-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
advice-gpt2bot-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e275ec7e9dffeb5c7c8b69329298cd307c8f3c6f5dae9b87a2916375c9924747
3
+ size 65221120
advice-gpt2bot-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e8a43dfcd2a491db0e83d7deb0fade921702dac1d397ce30c47cf75484bdda
3
+ size 77629120
advice-gpt2bot-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6afa4fd6a8ffcd181a4bfbcbd26413615f398d9ffa40f64fdf6da17fa7d977
3
+ size 75417280
advice-gpt2bot-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152587321c67a146d7adc4412c5cab1e4077e19aa8f765170bcd4a8e1401d010
3
+ size 71657152
advice-gpt2bot-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35de68e735bac3ac99147af6a5b3541da3d38202abce90e51045714e1841256c
3
+ size 82423552
advice-gpt2bot-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb9642ec4e434dd1671f3f10358404b7a012f06735502afbc16d590002143ab1
3
+ size 84967168
advice-gpt2bot-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e113d4c03bb71bb88b53c41bc7896fb5bf8713a798e0f9c1dc6ba7379a7a5233
3
+ size 82423552
advice-gpt2bot-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0913ad30fc2b93eb2d5a9da65d359f70189d40ff7b99b0af5e7c684f4555c97
3
+ size 92556640
advice-gpt2bot-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e33755aac456ee729a62afda4d14cba5e4992b4454ce9be7cd9d59dac35ff6
3
+ size 94593376
advice-gpt2bot-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9529ceedc4bb16f4164865c394b855645b4b359438b11db10fd3fa23f3f5c2
3
+ size 92556640
advice-gpt2bot-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca33de4da8c8636a20c78d6a28b878b21aa4ff53d4b8e848fbba9d7035ff5065
3
+ size 103323040
advice-gpt2bot-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f468bda62cc6ee45c801f36040a1d380e1d4ef8debbb6367b432ce5eeddbb1cb
3
+ size 132303712