Text Generation
GGUF
English
TensorBlock
GGUF
morriszms commited on
Commit
0869881
·
verified ·
1 Parent(s): c3db1e4

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
+ init-gpt2-120M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ init-gpt2-120M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ init-gpt2-120M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ init-gpt2-120M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ init-gpt2-120M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ init-gpt2-120M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ init-gpt2-120M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ init-gpt2-120M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ init-gpt2-120M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ init-gpt2-120M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ init-gpt2-120M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ init-gpt2-120M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - databricks/databricks-dolly-15k
5
+ language:
6
+ - en
7
+ metrics:
8
+ - rouge
9
+ base_model: MiniLLM/init-gpt2-120M
10
+ pipeline_tag: text-generation
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## MiniLLM/init-gpt2-120M - GGUF
28
+
29
+ This repo contains GGUF format model files for [MiniLLM/init-gpt2-120M](https://huggingface.co/MiniLLM/init-gpt2-120M).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [init-gpt2-120M-Q2_K.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q2_K.gguf) | Q2_K | 0.069 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [init-gpt2-120M-Q3_K_S.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q3_K_S.gguf) | Q3_K_S | 0.074 GB | very small, high quality loss |
51
+ | [init-gpt2-120M-Q3_K_M.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q3_K_M.gguf) | Q3_K_M | 0.081 GB | very small, high quality loss |
52
+ | [init-gpt2-120M-Q3_K_L.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q3_K_L.gguf) | Q3_K_L | 0.086 GB | small, substantial quality loss |
53
+ | [init-gpt2-120M-Q4_0.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q4_0.gguf) | Q4_0 | 0.085 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [init-gpt2-120M-Q4_K_S.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q4_K_S.gguf) | Q4_K_S | 0.085 GB | small, greater quality loss |
55
+ | [init-gpt2-120M-Q4_K_M.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q4_K_M.gguf) | Q4_K_M | 0.091 GB | medium, balanced quality - recommended |
56
+ | [init-gpt2-120M-Q5_0.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q5_0.gguf) | Q5_0 | 0.095 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [init-gpt2-120M-Q5_K_S.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q5_K_S.gguf) | Q5_K_S | 0.095 GB | large, low quality loss - recommended |
58
+ | [init-gpt2-120M-Q5_K_M.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q5_K_M.gguf) | Q5_K_M | 0.100 GB | large, very low quality loss - recommended |
59
+ | [init-gpt2-120M-Q6_K.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q6_K.gguf) | Q6_K | 0.107 GB | very large, extremely low quality loss |
60
+ | [init-gpt2-120M-Q8_0.gguf](https://huggingface.co/tensorblock/init-gpt2-120M-GGUF/blob/main/init-gpt2-120M-Q8_0.gguf) | Q8_0 | 0.137 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/init-gpt2-120M-GGUF --include "init-gpt2-120M-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/init-gpt2-120M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
init-gpt2-120M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f41cbef979c2498d064c628c2806e1493801659c594b91f60f8cc0476f7e0c
3
+ size 68532192
init-gpt2-120M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40b62d9afeaced67dfe7d7c21b1fc23fcdbd759d9a3bb4fab48f1f664cce791b
3
+ size 85508064
init-gpt2-120M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68205f5723651b1578ce67992114a6c03fdefafb0fface40e1ebb0fef9d18592
3
+ size 81084384
init-gpt2-120M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad302dc8d96afd882f896eec297eafc64d59b88cd057a3a6a5cbf80c2ac79ec
3
+ size 73564128
init-gpt2-120M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e2d346d52c27ab253c515f550e69cf0d08e404f483946347cf765bb21f0dde
3
+ size 84844512
init-gpt2-120M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77241c974b990aca2ba3b3660f550adca7b0c901db3f7af4cd3388c7ee08ba1
3
+ size 91148256
init-gpt2-120M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2de6d55c685f4b5148180bbc59b9bed948d45d0fbaaaea6997390659880b2e8f
3
+ size 85139424
init-gpt2-120M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8eb5a00372cf77bdd6bdcd3d40db8806ab62bb1b1ea3bd0b675e1ac00466fe3
3
+ size 95461344
init-gpt2-120M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd4b711980cc251567c123319afd093c1ee72c9b9325932bc6dd81d1556f580
3
+ size 100161504
init-gpt2-120M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7325bbefb76db4c19a8d57ba8a03c9753d4008e240259730561f42e808ff7204
3
+ size 95461344
init-gpt2-120M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db3765d3b68fd77ad39ff97daa1644dfe2f33584f6a367de2415db8c4eba32c8
3
+ size 106741728
init-gpt2-120M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f9a0fb6f5085ee4c5a762a6a51f9120c5bd46b03f5d8859e6a2e3e4d91ee4a
3
+ size 136659648