morriszms commited on
Commit
ab20e19
·
verified ·
1 Parent(s): 5813714

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
+ pythia-70m-deduped-cleansharegpt-en-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-70m-deduped-cleansharegpt-en-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-70m-deduped-cleansharegpt-en-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-70m-deduped-cleansharegpt-en-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-70m-deduped-cleansharegpt-en-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-70m-deduped-cleansharegpt-en-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-70m-deduped-cleansharegpt-en-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-70m-deduped-cleansharegpt-en-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-70m-deduped-cleansharegpt-en-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-70m-deduped-cleansharegpt-en-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-70m-deduped-cleansharegpt-en-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-70m-deduped-cleansharegpt-en-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - shibing624/sharegpt_gpt4
5
+ language:
6
+ - en
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: HWERI/pythia-70m-deduped-cleansharegpt-en
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
+ ## HWERI/pythia-70m-deduped-cleansharegpt-en - GGUF
25
+
26
+ This repo contains GGUF format model files for [HWERI/pythia-70m-deduped-cleansharegpt-en](https://huggingface.co/HWERI/pythia-70m-deduped-cleansharegpt-en).
27
+
28
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
29
+
30
+ ## Our projects
31
+ <table border="1" cellspacing="0" cellpadding="10">
32
+ <tr>
33
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
34
+ <th style="font-size: 25px;">TensorBlock Studio</th>
35
+ </tr>
36
+ <tr>
37
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
38
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
39
+ </tr>
40
+ <tr>
41
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
42
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
43
+ </tr>
44
+ <tr>
45
+ <th>
46
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
47
+ display: inline-block;
48
+ padding: 8px 16px;
49
+ background-color: #FF7F50;
50
+ color: white;
51
+ text-decoration: none;
52
+ border-radius: 6px;
53
+ font-weight: bold;
54
+ font-family: sans-serif;
55
+ ">👀 See what we built 👀</a>
56
+ </th>
57
+ <th>
58
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
59
+ display: inline-block;
60
+ padding: 8px 16px;
61
+ background-color: #FF7F50;
62
+ color: white;
63
+ text-decoration: none;
64
+ border-radius: 6px;
65
+ font-weight: bold;
66
+ font-family: sans-serif;
67
+ ">👀 See what we built 👀</a>
68
+ </th>
69
+ </tr>
70
+ </table>
71
+
72
+ ## Prompt template
73
+
74
+ ```
75
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
76
+ ```
77
+
78
+ ## Model file specification
79
+
80
+ | Filename | Quant type | File Size | Description |
81
+ | -------- | ---------- | --------- | ----------- |
82
+ | [pythia-70m-deduped-cleansharegpt-en-Q2_K.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q2_K.gguf) | Q2_K | 0.038 GB | smallest, significant quality loss - not recommended for most purposes |
83
+ | [pythia-70m-deduped-cleansharegpt-en-Q3_K_S.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q3_K_S.gguf) | Q3_K_S | 0.042 GB | very small, high quality loss |
84
+ | [pythia-70m-deduped-cleansharegpt-en-Q3_K_M.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q3_K_M.gguf) | Q3_K_M | 0.044 GB | very small, high quality loss |
85
+ | [pythia-70m-deduped-cleansharegpt-en-Q3_K_L.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q3_K_L.gguf) | Q3_K_L | 0.045 GB | small, substantial quality loss |
86
+ | [pythia-70m-deduped-cleansharegpt-en-Q4_0.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q4_0.gguf) | Q4_0 | 0.048 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
87
+ | [pythia-70m-deduped-cleansharegpt-en-Q4_K_S.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q4_K_S.gguf) | Q4_K_S | 0.048 GB | small, greater quality loss |
88
+ | [pythia-70m-deduped-cleansharegpt-en-Q4_K_M.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q4_K_M.gguf) | Q4_K_M | 0.049 GB | medium, balanced quality - recommended |
89
+ | [pythia-70m-deduped-cleansharegpt-en-Q5_0.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q5_0.gguf) | Q5_0 | 0.054 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
90
+ | [pythia-70m-deduped-cleansharegpt-en-Q5_K_S.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q5_K_S.gguf) | Q5_K_S | 0.054 GB | large, low quality loss - recommended |
91
+ | [pythia-70m-deduped-cleansharegpt-en-Q5_K_M.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q5_K_M.gguf) | Q5_K_M | 0.055 GB | large, very low quality loss - recommended |
92
+ | [pythia-70m-deduped-cleansharegpt-en-Q6_K.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q6_K.gguf) | Q6_K | 0.060 GB | very large, extremely low quality loss |
93
+ | [pythia-70m-deduped-cleansharegpt-en-Q8_0.gguf](https://huggingface.co/tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF/blob/main/pythia-70m-deduped-cleansharegpt-en-Q8_0.gguf) | Q8_0 | 0.077 GB | very large, extremely low quality loss - not recommended |
94
+
95
+
96
+ ## Downloading instruction
97
+
98
+ ### Command line
99
+
100
+ Firstly, install Huggingface Client
101
+
102
+ ```shell
103
+ pip install -U "huggingface_hub[cli]"
104
+ ```
105
+
106
+ Then, downoad the individual model file the a local directory
107
+
108
+ ```shell
109
+ huggingface-cli download tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF --include "pythia-70m-deduped-cleansharegpt-en-Q2_K.gguf" --local-dir MY_LOCAL_DIR
110
+ ```
111
+
112
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
113
+
114
+ ```shell
115
+ huggingface-cli download tensorblock/HWERI_pythia-70m-deduped-cleansharegpt-en-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
116
+ ```
pythia-70m-deduped-cleansharegpt-en-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ef23c7ab44d4c83bf9137ca7f18093f6b49947c75be720bd9674e3777f432a
3
+ size 38493344
pythia-70m-deduped-cleansharegpt-en-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:591bbd36ca6353886fd4acc68b7a87257d649a4aadebacfb918624058d311927
3
+ size 44880320
pythia-70m-deduped-cleansharegpt-en-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29af3d5c43ce3472de554e520114346b0e40479ddfba9b4afd26e1814b87e9eb
3
+ size 43897280
pythia-70m-deduped-cleansharegpt-en-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6705ddc1ae00149db635ccdd863a46b83ee73f4ef9ff91834980cb596132c935
3
+ size 42226112
pythia-70m-deduped-cleansharegpt-en-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3cc26906e8d412072483ce49a2f611af9cdd973c857a302e95ebbb979934ec
3
+ size 48151904
pythia-70m-deduped-cleansharegpt-en-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0290ad75c1cd7fa08c411fedd346d3be9157ecb37e2afa2ee5c95d6909b098
3
+ size 49282400
pythia-70m-deduped-cleansharegpt-en-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6890c8e92626393af095cf06e0e9d6c5d07441c9e93735e52becece1795c532
3
+ size 48151904
pythia-70m-deduped-cleansharegpt-en-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de59777be9ff8a238c03eaa395ed469d6f70e986470d7277a9549af6c6d4cead
3
+ size 53729120
pythia-70m-deduped-cleansharegpt-en-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad6b501f2aa092a8bb04d7e04df9f2e9935795b87a76e5f61c556fe729b356b
3
+ size 54634336
pythia-70m-deduped-cleansharegpt-en-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53322247d1886b1665c816f62810d15a8bf44e69915392a848b7680cc988c1fc
3
+ size 53729120
pythia-70m-deduped-cleansharegpt-en-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce18416aa3635db7420b1591c7e7855d19272c452c7187d5451e4b075e95a6e6
3
+ size 59654912
pythia-70m-deduped-cleansharegpt-en-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ebb290a3bd6d5dab490d6d5a952cd144c4a7f1aa07fad231724d9cd2b9bf32a
3
+ size 76695488