morriszms commited on
Commit
1897c7e
·
verified ·
1 Parent(s): 14e6a0d

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
+ llama3-pre1-ds-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3-pre1-ds-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3-pre1-ds-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3-pre1-ds-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3-pre1-ds-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3-pre1-ds-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3-pre1-ds-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3-pre1-ds-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3-pre1-ds-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3-pre1-ds-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3-pre1-ds-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3-pre1-ds-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - ko
6
+ - en
7
+ base_model: richard-park/llama3-pre1-ds
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## richard-park/llama3-pre1-ds - GGUF
25
+
26
+ This repo contains GGUF format model files for [richard-park/llama3-pre1-ds](https://huggingface.co/richard-park/llama3-pre1-ds).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
40
+
41
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
42
+
43
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [llama3-pre1-ds-Q2_K.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q2_K.gguf) | Q2_K | 3.055 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [llama3-pre1-ds-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q3_K_S.gguf) | Q3_K_S | 3.515 GB | very small, high quality loss |
52
+ | [llama3-pre1-ds-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q3_K_M.gguf) | Q3_K_M | 3.845 GB | very small, high quality loss |
53
+ | [llama3-pre1-ds-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q3_K_L.gguf) | Q3_K_L | 4.127 GB | small, substantial quality loss |
54
+ | [llama3-pre1-ds-Q4_0.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q4_0.gguf) | Q4_0 | 4.454 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [llama3-pre1-ds-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q4_K_S.gguf) | Q4_K_S | 4.483 GB | small, greater quality loss |
56
+ | [llama3-pre1-ds-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q4_K_M.gguf) | Q4_K_M | 4.696 GB | medium, balanced quality - recommended |
57
+ | [llama3-pre1-ds-Q5_0.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q5_0.gguf) | Q5_0 | 5.338 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [llama3-pre1-ds-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q5_K_S.gguf) | Q5_K_S | 5.338 GB | large, low quality loss - recommended |
59
+ | [llama3-pre1-ds-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q5_K_M.gguf) | Q5_K_M | 5.462 GB | large, very low quality loss - recommended |
60
+ | [llama3-pre1-ds-Q6_K.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q6_K.gguf) | Q6_K | 6.277 GB | very large, extremely low quality loss |
61
+ | [llama3-pre1-ds-Q8_0.gguf](https://huggingface.co/tensorblock/llama3-pre1-ds-GGUF/blob/main/llama3-pre1-ds-Q8_0.gguf) | Q8_0 | 8.127 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/llama3-pre1-ds-GGUF --include "llama3-pre1-ds-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/llama3-pre1-ds-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
llama3-pre1-ds-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4177e4a4a554a27c452a7b77b5defff1770602fe0ea8d9213b3c2a828c2b6de
3
+ size 3280085728
llama3-pre1-ds-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5a1ea37441f158fde26f3d65487511460058f934a7f79288937e7251240022
3
+ size 4431733632
llama3-pre1-ds-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9944509b3ee63df8bfbab2ab0c18994042831a13664ec46baa0fe10eaa4a83
3
+ size 4128695168
llama3-pre1-ds-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bbebf8bad62810dab86663cee13dad6b9eb045ea0bf0cb3157c3bcbb529ec3
3
+ size 3774276480
llama3-pre1-ds-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b8f6f43ddc48c24994af86bcedc3b6a3b4aff2fdd2e9a9f2eee24ef8e7c8c7d
3
+ size 4782526624
llama3-pre1-ds-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23984bf814ec07d1ce721ab405d6951db3afd8f7679ce79ab5bd3eff60e30548
3
+ size 5042049184
llama3-pre1-ds-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46b53852384c50d4cdd174a3fc086af21e9ef07c0ca689bf54a961bfc7b9a29
3
+ size 4813983904
llama3-pre1-ds-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666c848f135c988ce1bf59a898c1edb3dbc5a4c47d1d0dba7553ebecb8d13693
3
+ size 5731467936
llama3-pre1-ds-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55a1466a37ab86798c0ab7e200e7dc3aff0d49026bcc8b9277ec82feb0a7d5c
3
+ size 5865161376
llama3-pre1-ds-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d27f92087808f251e62b5c06bb6328b91e5fc14c1ede3f9fd1216d579ec24f1
3
+ size 5731467936
llama3-pre1-ds-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9206b316baaa79c375494160deb0d44a14b169518a67dde86cab967c65d0ceea
3
+ size 6739718080
llama3-pre1-ds-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60134f766745556dba12ea2fa729b8d30fe3680adc85fb90fcc4c5fdaa9595c8
3
+ size 8726561152