morriszms commited on
Commit
5df2256
·
verified ·
1 Parent(s): 025aeea

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
+ gpt2-no-cot-multiplication-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-no-cot-multiplication-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-no-cot-multiplication-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-no-cot-multiplication-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-no-cot-multiplication-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-no-cot-multiplication-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-no-cot-multiplication-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-no-cot-multiplication-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-no-cot-multiplication-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-no-cot-multiplication-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-no-cot-multiplication-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-no-cot-multiplication-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: yuntian-deng/gpt2-no-cot-multiplication
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
+ ## yuntian-deng/gpt2-no-cot-multiplication - GGUF
20
+
21
+ This repo contains GGUF format model files for [yuntian-deng/gpt2-no-cot-multiplication](https://huggingface.co/yuntian-deng/gpt2-no-cot-multiplication).
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
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [gpt2-no-cot-multiplication-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q2_K.gguf) | Q2_K | 0.081 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [gpt2-no-cot-multiplication-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q3_K_S.gguf) | Q3_K_S | 0.090 GB | very small, high quality loss |
43
+ | [gpt2-no-cot-multiplication-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q3_K_M.gguf) | Q3_K_M | 0.098 GB | very small, high quality loss |
44
+ | [gpt2-no-cot-multiplication-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q3_K_L.gguf) | Q3_K_L | 0.102 GB | small, substantial quality loss |
45
+ | [gpt2-no-cot-multiplication-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q4_0.gguf) | Q4_0 | 0.107 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [gpt2-no-cot-multiplication-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q4_K_S.gguf) | Q4_K_S | 0.107 GB | small, greater quality loss |
47
+ | [gpt2-no-cot-multiplication-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q4_K_M.gguf) | Q4_K_M | 0.113 GB | medium, balanced quality - recommended |
48
+ | [gpt2-no-cot-multiplication-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q5_0.gguf) | Q5_0 | 0.122 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [gpt2-no-cot-multiplication-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q5_K_S.gguf) | Q5_K_S | 0.122 GB | large, low quality loss - recommended |
50
+ | [gpt2-no-cot-multiplication-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q5_K_M.gguf) | Q5_K_M | 0.127 GB | large, very low quality loss - recommended |
51
+ | [gpt2-no-cot-multiplication-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
52
+ | [gpt2-no-cot-multiplication-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-no-cot-multiplication-GGUF/blob/main/gpt2-no-cot-multiplication-Q8_0.gguf) | Q8_0 | 0.178 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/gpt2-no-cot-multiplication-GGUF --include "gpt2-no-cot-multiplication-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/gpt2-no-cot-multiplication-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
gpt2-no-cot-multiplication-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa13a57016359c72c45a53516f588d2cf53ae5d023c5a4ad7b6c1d6999816794
3
+ size 81196416
gpt2-no-cot-multiplication-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ead099902717ef177bd20eeee09fa3f1e4295e5ea41adec03c2d412f43ebf7
3
+ size 102092352
gpt2-no-cot-multiplication-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a6d8bf1946ddc49765560a19f056ac5b0f625b6e55eaa94efa57793c1458e6
3
+ size 97668672
gpt2-no-cot-multiplication-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4a122d59ac90273876a159778084ea7b3fe77b8410ba93d62b2bbfa3f5a883
3
+ size 90148416
gpt2-no-cot-multiplication-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5902d88d19ed4af2cf542329043ab3eb04d0cf7f1e6c3d3582b4aa62cd81d9a
3
+ size 106555008
gpt2-no-cot-multiplication-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a75ca92db3e32540cf5e9b6a056a0b5b960036f8f66372abe85e8ad8cd860f
3
+ size 112858752
gpt2-no-cot-multiplication-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9eae1298cc8d975619fcc72d438168421a6345348ee4ac9184d6a935e0ed6a
3
+ size 106849920
gpt2-no-cot-multiplication-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a945db22f2589f6d9dc2229859e660ea64a4bbcf20c73db4b87451982e6a5b5
3
+ size 121996512
gpt2-no-cot-multiplication-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f3170412e7b24f4a6de2e143f81396f012b20c833c5d33300ffea1c926705b0
3
+ size 126696672
gpt2-no-cot-multiplication-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c322ce112edf7e194d43168f084583faa2c2906124d170b1b37de1290026a3b5
3
+ size 121996512
gpt2-no-cot-multiplication-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff15583eddd23d63c35ac3bd41d26fa2ee1e17f39acdcff9550bf5f8dfb28595
3
+ size 138403104
gpt2-no-cot-multiplication-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7592329262e6c1ae6be4378a4a2066e5b9a925112bf8fffac7c27bb4dd49ab30
3
+ size 177668832