morriszms commited on
Commit
75f51ab
1 Parent(s): 5a8e20f

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_1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama_1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama_1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama_1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama_1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama_1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama_1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama_1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama_1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama_1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama_1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama_1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ - ko
6
+ pipeline_tag: translation
7
+ tags:
8
+ - llama-3-ko
9
+ - TensorBlock
10
+ - GGUF
11
+ license: mit
12
+ datasets:
13
+ - 4yo1/llama3_test1
14
+ base_model: 4yo1/llama_1
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## 4yo1/llama_1 - GGUF
29
+
30
+ This repo contains GGUF format model files for [4yo1/llama_1](https://huggingface.co/4yo1/llama_1).
31
+
32
+ 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).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
38
+
39
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
40
+
41
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [llama_1-Q2_K.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [llama_1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
50
+ | [llama_1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
51
+ | [llama_1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
52
+ | [llama_1-Q4_0.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [llama_1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
54
+ | [llama_1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
55
+ | [llama_1-Q5_0.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [llama_1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
57
+ | [llama_1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
58
+ | [llama_1-Q6_K.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
59
+ | [llama_1-Q8_0.gguf](https://huggingface.co/tensorblock/llama_1-GGUF/tree/main/llama_1-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/llama_1-GGUF --include "llama_1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/llama_1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
llama_1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705eb6f057392bdb018b8890b5cae1ebb40c779f3834f298efb7ebd597c1343a
3
+ size 3179131520
llama_1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1ffeaa22f3d9a262902ee282ae63e994bd70f0dc32ab14b8e6541fb11c91888
3
+ size 4321956480
llama_1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c6cc7254f1170e9c95c32e404dffc7ee2ae8f157336526985ebf6c98cff836c
3
+ size 4018918016
llama_1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c03ed911b744398a3f0db307c927a6b87cb889e086b08272d85bc05b1667447
3
+ size 3664499328
llama_1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68c52bc60c52c31eb2b504b84ba64665ca891440267e8d165cf331507743c66
3
+ size 4661211776
llama_1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f03e6e1d25938893fc5253946dd8a11775b6fd4ac20abfc4f2f278f9ed2d403
3
+ size 4920734336
llama_1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8dcf728916a5ae87cca1151128ae649d4f12c8dbe53ad0d72fb3a624069bdf1
3
+ size 4692669056
llama_1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10982db4494a5705725a426608d678afd36d3d22f4328bb9d1025465da87653
3
+ size 5599294080
llama_1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1579c8ac9b909381ba228147cfd8e5a322fab414fda16605023c6603821a72
3
+ size 5732987520
llama_1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f42ab2ff9073786e2a003e9d8c1ade916affc70fe1b4cb2a4e1e5e4a1dfb358
3
+ size 5599294080
llama_1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9bef33944980b90f5777411a2f385621f7882e3df97b5634a6f5b51de8f3867
3
+ size 6596006528
llama_1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9ff08b9cbbefd293c6cafce552e4b6e9ac8bd58da84ed4874834e94b7a3e11
3
+ size 8540770944