morriszms commited on
Commit
7ba8691
·
verified ·
1 Parent(s): 9858a0d

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
+ tiny-llama3-test-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-llama3-test-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-llama3-test-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-llama3-test-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-llama3-test-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-llama3-test-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-llama3-test-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-llama3-test-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-llama3-test-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-llama3-test-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-llama3-test-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-llama3-test-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: ariG23498/tiny-llama3-test
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
+ ## ariG23498/tiny-llama3-test - GGUF
21
+
22
+ This repo contains GGUF format model files for [ariG23498/tiny-llama3-test](https://huggingface.co/ariG23498/tiny-llama3-test).
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
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [tiny-llama3-test-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q2_K.gguf) | Q2_K | 0.020 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [tiny-llama3-test-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q3_K_S.gguf) | Q3_K_S | 0.020 GB | very small, high quality loss |
38
+ | [tiny-llama3-test-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q3_K_M.gguf) | Q3_K_M | 0.020 GB | very small, high quality loss |
39
+ | [tiny-llama3-test-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q3_K_L.gguf) | Q3_K_L | 0.020 GB | small, substantial quality loss |
40
+ | [tiny-llama3-test-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q4_0.gguf) | Q4_0 | 0.020 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [tiny-llama3-test-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q4_K_S.gguf) | Q4_K_S | 0.021 GB | small, greater quality loss |
42
+ | [tiny-llama3-test-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q4_K_M.gguf) | Q4_K_M | 0.021 GB | medium, balanced quality - recommended |
43
+ | [tiny-llama3-test-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q5_0.gguf) | Q5_0 | 0.021 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [tiny-llama3-test-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q5_K_S.gguf) | Q5_K_S | 0.021 GB | large, low quality loss - recommended |
45
+ | [tiny-llama3-test-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q5_K_M.gguf) | Q5_K_M | 0.021 GB | large, very low quality loss - recommended |
46
+ | [tiny-llama3-test-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q6_K.gguf) | Q6_K | 0.024 GB | very large, extremely low quality loss |
47
+ | [tiny-llama3-test-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-llama3-test-GGUF/tree/main/tiny-llama3-test-Q8_0.gguf) | Q8_0 | 0.024 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/tiny-llama3-test-GGUF --include "tiny-llama3-test-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/tiny-llama3-test-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
tiny-llama3-test-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99bf6953e4880a74ce3a32f983aa5c13b2caeeda1844d27d7f71a15e9a7dc2da
3
+ size 21170080
tiny-llama3-test-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c915ab3fa1e5bd4da74c9972f9bef7bd20baa837ae658f0c2882dca8323165e3
3
+ size 21171616
tiny-llama3-test-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec144db68a7b5d266d5aef817ab55a8e6253d130fc0743f3a6ece27ddfdb649
3
+ size 21171104
tiny-llama3-test-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdeeba9cb2299fba44e54b25204697d68356eb49369d2d64bef55006801bb67
3
+ size 21170080
tiny-llama3-test-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d83defd57ef5655c5b3ed9394125b13def4660201855362bc1b2f5c80f18bbf
3
+ size 21170080
tiny-llama3-test-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f55d5d7c9acec93f46edd88e32cf8ca994dde2740a51cc9be1d6557a26d7ecd
3
+ size 22200288
tiny-llama3-test-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c232329cb97d545a0039d52fa8edad80361c160c70fc66cba90a5aea027bf7
3
+ size 22198688
tiny-llama3-test-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5679f7d2ab5c06f30f7fc4f9657ef224c2329b254ba4cd7802b8008c1e3a5cb2
3
+ size 22198688
tiny-llama3-test-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c78b533d54cec761c81569e68c326df1ba9fc956e5a4549978392fc04028048
3
+ size 22714336
tiny-llama3-test-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da017f381f2e03cec05ef35c4b0cd745de97cf8a487c2f3c60f2c12745f677f
3
+ size 22712992
tiny-llama3-test-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1fc186d71e4852811991d803886c80a109d789b80dc5e52c1b83030c258135b
3
+ size 25284640
tiny-llama3-test-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ce3ce561d9ca7e33b1b297fc56a4d91290a77c2e16134402d306a70016c061
3
+ size 25284640