morriszms commited on
Commit
41f5a26
·
verified ·
1 Parent(s): 1b88349

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
+ llama-160m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-160m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-160m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-160m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-160m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-160m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-160m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-160m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-160m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-160m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-160m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-160m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ datasets:
6
+ - wikipedia
7
+ pipeline_tag: text-generation
8
+ base_model: JackFram/llama-160m
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## JackFram/llama-160m - GGUF
26
+
27
+ This repo contains GGUF format model files for [JackFram/llama-160m](https://huggingface.co/JackFram/llama-160m).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [llama-160m-Q2_K.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q2_K.gguf) | Q2_K | 0.066 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama-160m-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q3_K_S.gguf) | Q3_K_S | 0.075 GB | very small, high quality loss |
43
+ | [llama-160m-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q3_K_M.gguf) | Q3_K_M | 0.080 GB | very small, high quality loss |
44
+ | [llama-160m-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q3_K_L.gguf) | Q3_K_L | 0.085 GB | small, substantial quality loss |
45
+ | [llama-160m-Q4_0.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q4_0.gguf) | Q4_0 | 0.092 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama-160m-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q4_K_S.gguf) | Q4_K_S | 0.092 GB | small, greater quality loss |
47
+ | [llama-160m-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q4_K_M.gguf) | Q4_K_M | 0.096 GB | medium, balanced quality - recommended |
48
+ | [llama-160m-Q5_0.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q5_0.gguf) | Q5_0 | 0.108 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama-160m-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q5_K_S.gguf) | Q5_K_S | 0.108 GB | large, low quality loss - recommended |
50
+ | [llama-160m-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q5_K_M.gguf) | Q5_K_M | 0.110 GB | large, very low quality loss - recommended |
51
+ | [llama-160m-Q6_K.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q6_K.gguf) | Q6_K | 0.125 GB | very large, extremely low quality loss |
52
+ | [llama-160m-Q8_0.gguf](https://huggingface.co/tensorblock/llama-160m-GGUF/tree/main/llama-160m-Q8_0.gguf) | Q8_0 | 0.161 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/llama-160m-GGUF --include "llama-160m-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/llama-160m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama-160m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5261f01b075884edf4b90e83945c535e26c2a16ea110bda0f95bc94c57a2c4d
3
+ size 70503648
llama-160m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e244587119fd3e005c7bb403fb81411eee6d5efde4a4fa24596920b764ef83
3
+ size 91136736
llama-160m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450c78215818d4694c0f50d45262495ea23c8e56e8ca3e916da80b3fcae27821
3
+ size 85975776
llama-160m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080e7dad14314bc87d590d895107e7fa58a5ae3788c7543818bedb4a9de71d76
3
+ size 80188128
llama-160m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670d26b958c2a19ed9cf20e9e70c467c8a65cae7c24b935816926ab407a126a8
3
+ size 98492640
llama-160m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c430a21c8933c187e17f819ec6a22e7b088227f60f439804cd5c175f70b32915
3
+ size 103054560
llama-160m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056273de201850d16b2b1cd4dfb7e2eaa6d93df1644fd49be45b5eca6b5f4379
3
+ size 99082464
llama-160m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b758fc907f9ec55869dc36d954e26152257e9a07baab31cc4b29573169ade001
3
+ size 115720416
llama-160m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aebd1d503f10f2c1b72355db79055cb5968b7254ac74ec8270b4109488b61a1b
3
+ size 118070496
llama-160m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51012ec34d19dba631cd78f2beabe311e2b7b036cb72a66078f532396d7aed59
3
+ size 115720416
llama-160m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f08658ff64b6b42f5adad315be30a8995cd325fb62362d0344cdd31a23206ae
3
+ size 134024928
llama-160m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded9acf20c1383f2b70d91a93f40ce0906ea8c0214e800fd57ae81045a3566ae
3
+ size 173355744