morriszms commited on
Commit
39f9d02
1 Parent(s): 6dee493

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-random-Llama-3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-random-Llama-3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-random-Llama-3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-random-Llama-3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-random-Llama-3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-random-Llama-3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-random-Llama-3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-random-Llama-3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-random-Llama-3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-random-Llama-3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-random-Llama-3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-random-Llama-3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ inference: false
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: llamafactory/tiny-random-Llama-3
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## llamafactory/tiny-random-Llama-3 - GGUF
23
+
24
+ This repo contains GGUF format model files for [llamafactory/tiny-random-Llama-3](https://huggingface.co/llamafactory/tiny-random-Llama-3).
25
+
26
+ 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).
27
+
28
+ ## Prompt template
29
+
30
+ ```
31
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
32
+
33
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
34
+
35
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [tiny-random-Llama-3-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q2_K.gguf) | Q2_K | 0.013 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [tiny-random-Llama-3-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q3_K_S.gguf) | Q3_K_S | 0.013 GB | very small, high quality loss |
44
+ | [tiny-random-Llama-3-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q3_K_M.gguf) | Q3_K_M | 0.013 GB | very small, high quality loss |
45
+ | [tiny-random-Llama-3-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q3_K_L.gguf) | Q3_K_L | 0.013 GB | small, substantial quality loss |
46
+ | [tiny-random-Llama-3-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q4_0.gguf) | Q4_0 | 0.010 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [tiny-random-Llama-3-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q4_K_S.gguf) | Q4_K_S | 0.013 GB | small, greater quality loss |
48
+ | [tiny-random-Llama-3-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q4_K_M.gguf) | Q4_K_M | 0.013 GB | medium, balanced quality - recommended |
49
+ | [tiny-random-Llama-3-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q5_0.gguf) | Q5_0 | 0.011 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [tiny-random-Llama-3-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q5_K_S.gguf) | Q5_K_S | 0.013 GB | large, low quality loss - recommended |
51
+ | [tiny-random-Llama-3-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q5_K_M.gguf) | Q5_K_M | 0.013 GB | large, very low quality loss - recommended |
52
+ | [tiny-random-Llama-3-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q6_K.gguf) | Q6_K | 0.013 GB | very large, extremely low quality loss |
53
+ | [tiny-random-Llama-3-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-random-Llama-3-GGUF/tree/main/tiny-random-Llama-3-Q8_0.gguf) | Q8_0 | 0.011 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/tiny-random-Llama-3-GGUF --include "tiny-random-Llama-3-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/tiny-random-Llama-3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
tiny-random-Llama-3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56447375eaf9b972706d7d4712021b0528d1ea265f43e210f21ca96c2a8dfe9d
3
+ size 14118400
tiny-random-Llama-3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f0c015f735021f26a969fe0c0db4eb98e0542e3b83ba31bda63f5e6ebed243
3
+ size 14118784
tiny-random-Llama-3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:587987b05850f145c6865db9798ea3d6f64d8e4ffa7081e63c8d2159e74f2074
3
+ size 14118656
tiny-random-Llama-3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826f1f266a3cd4c60ef7433afe51b825a062f5f02d246cd0284cbaaa54a808ba
3
+ size 14118400
tiny-random-Llama-3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a21650bd557f3eb6043c7ec6466524822f7a7921cacaedfd992a9ec52e961230
3
+ size 11159808
tiny-random-Llama-3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c428f257c8da03f9b6d1ccb3e71c10a0c9b1a34e3b8696f3f988d36a44c5cd77
3
+ size 14119040
tiny-random-Llama-3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64eb3f68cfbfc639be61cb4269c18384e1426fa1a3eab859273a98b0771170f2
3
+ size 14118656
tiny-random-Llama-3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453123098ce8c590e0dd47e8fbfe5a1d8c73349bdcd24c68e3afe6c7211aff48
3
+ size 11417344
tiny-random-Llama-3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656ca8b2c2f21ee0e63c1c66609a5ebbaa4f9d9fa7cf7fa62d8cac95a6d1cb13
3
+ size 14119104
tiny-random-Llama-3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d5f18c943301b5f3bbe10abf7de337b7bb315cfd6d6463de318c9991691472
3
+ size 14118784
tiny-random-Llama-3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a91570cd4466af0af9c16d3a0e651509c47a0ad7ad8559bebcde89a3b88187b
3
+ size 14119424
tiny-random-Llama-3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1ab613a5fe19530872621536bc49821c06c310388fd2f112d187b7e88fdbf6
3
+ size 12189952