morriszms commited on
Commit
08b2cb8
·
verified ·
1 Parent(s): d8fecda

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
+ llama2-20m-init-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-20m-init-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-20m-init-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-20m-init-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-20m-init-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-20m-init-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-20m-init-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-20m-init-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-20m-init-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-20m-init-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-20m-init-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-20m-init-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: emozilla/llama2-20m-init
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
+ ## emozilla/llama2-20m-init - GGUF
21
+
22
+ This repo contains GGUF format model files for [emozilla/llama2-20m-init](https://huggingface.co/emozilla/llama2-20m-init).
23
+
24
+ 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).
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
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [llama2-20m-init-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q2_K.gguf) | Q2_K | 0.011 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [llama2-20m-init-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q3_K_S.gguf) | Q3_K_S | 0.012 GB | very small, high quality loss |
44
+ | [llama2-20m-init-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q3_K_M.gguf) | Q3_K_M | 0.012 GB | very small, high quality loss |
45
+ | [llama2-20m-init-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q3_K_L.gguf) | Q3_K_L | 0.012 GB | small, substantial quality loss |
46
+ | [llama2-20m-init-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q4_0.gguf) | Q4_0 | 0.014 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [llama2-20m-init-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q4_K_S.gguf) | Q4_K_S | 0.014 GB | small, greater quality loss |
48
+ | [llama2-20m-init-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q4_K_M.gguf) | Q4_K_M | 0.014 GB | medium, balanced quality - recommended |
49
+ | [llama2-20m-init-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q5_0.gguf) | Q5_0 | 0.015 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [llama2-20m-init-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q5_K_S.gguf) | Q5_K_S | 0.015 GB | large, low quality loss - recommended |
51
+ | [llama2-20m-init-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q5_K_M.gguf) | Q5_K_M | 0.015 GB | large, very low quality loss - recommended |
52
+ | [llama2-20m-init-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q6_K.gguf) | Q6_K | 0.016 GB | very large, extremely low quality loss |
53
+ | [llama2-20m-init-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-20m-init-GGUF/blob/main/llama2-20m-init-Q8_0.gguf) | Q8_0 | 0.021 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/llama2-20m-init-GGUF --include "llama2-20m-init-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/llama2-20m-init-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
llama2-20m-init-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75015380e0d11cb43fa855cffe8819706932ae9f05ceaf37842e803e41260db2
3
+ size 11179008
llama2-20m-init-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2700f738ed4c73f646a296feee534e9a8cd7234ddccca682d734363a6e71deb2
3
+ size 12455936
llama2-20m-init-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:213ee1dd4d3423493992464af8c9cd1f3298cac49c5d2e050191631508908c12
3
+ size 12318720
llama2-20m-init-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef332e42bf0def9248223bc89990f9591fa0eaa2153b224500441ad05113789
3
+ size 12168704
llama2-20m-init-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a880b8258737212e3de54a0a24550dcfb33e9e0301eb36d85b8600f25c44a75d
3
+ size 13622272
llama2-20m-init-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d07f1451020804b83230dec82c0ebf33a8cf1ef71488412907d05a8799b632a2
3
+ size 13698304
llama2-20m-init-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6625be1600a7db30ca41213f8164230d4748120efdda1d9a9e1e90394edf9d4e
3
+ size 13634560
llama2-20m-init-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681d30ab16a737490ac281b64a405c26978f7125f4c8da984393de8874bdcd6d
3
+ size 14990336
llama2-20m-init-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1137d12c1f1ecd989bfde70303675d168c6b401935f6c18cb13ed9b5d18d0cd1
3
+ size 15029504
llama2-20m-init-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba94ce306b8b1307f8f761d77819829350e29251939532bf587bd126e7b0c58
3
+ size 14990336
llama2-20m-init-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dfe137f166c05d6388408a484009d7a2bb6d3cbfc2d3aa0de897dfa019b53d0
3
+ size 16443904
llama2-20m-init-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5c50f475722af413f66a0705e23c2fa4c4f03bf794170d48f8e92ac06ff9fe
3
+ size 21078528