morriszms commited on
Commit
4c700ae
·
verified ·
1 Parent(s): e3ba697

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
+ japanese-llama-3-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ japanese-llama-3-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ japanese-llama-3-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ japanese-llama-3-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ japanese-llama-3-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ japanese-llama-3-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ japanese-llama-3-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ japanese-llama-3-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ japanese-llama-3-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ japanese-llama-3-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ japanese-llama-3-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ japanese-llama-3-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ language:
4
+ - ja
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: owner203/japanese-llama-3-8b
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
+ ## owner203/japanese-llama-3-8b - GGUF
23
+
24
+ This repo contains GGUF format model files for [owner203/japanese-llama-3-8b](https://huggingface.co/owner203/japanese-llama-3-8b).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [japanese-llama-3-8b-Q2_K.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [japanese-llama-3-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
46
+ | [japanese-llama-3-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
47
+ | [japanese-llama-3-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
48
+ | [japanese-llama-3-8b-Q4_0.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [japanese-llama-3-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
50
+ | [japanese-llama-3-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
51
+ | [japanese-llama-3-8b-Q5_0.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [japanese-llama-3-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
53
+ | [japanese-llama-3-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
54
+ | [japanese-llama-3-8b-Q6_K.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
55
+ | [japanese-llama-3-8b-Q8_0.gguf](https://huggingface.co/tensorblock/japanese-llama-3-8b-GGUF/blob/main/japanese-llama-3-8b-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/japanese-llama-3-8b-GGUF --include "japanese-llama-3-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/japanese-llama-3-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
japanese-llama-3-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161e1a1f5244b2619c822ee5cbca0f27cc4ce92ee49e7ef62c9089d365290c39
3
+ size 3179130976
japanese-llama-3-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7196bbff6bb08bd6f478e0b9d655bec4dd2f48e628443767ace94f4dad8a0253
3
+ size 4321955936
japanese-llama-3-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e085582f03b2a6619de04168028720f61546a186fe6ccde051e2dfe0bf0de5d
3
+ size 4018917472
japanese-llama-3-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01ab5e1699d8e7d6556566ab5b9d50b54f8f65852ec54c9f67f2aef1c76948ac
3
+ size 3664498784
japanese-llama-3-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7ec5233c779378f102febf563c47dd12ca417c10fa49acef398b44180172fb
3
+ size 4661211232
japanese-llama-3-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1046d1a03b0723fed9e9cb8d93a4d8f4ff5e7347196f4452b4b80ccf03a82a
3
+ size 4920733792
japanese-llama-3-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b2c3272789e5c27c3a8e17c11a4a0ae5aa92b50a158fa77907b8ba6a62acce
3
+ size 4692668512
japanese-llama-3-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6ff7d8e66f557675a56ddf41f6534a21eed3d9c093efdc01770e564e9b7170
3
+ size 5599293536
japanese-llama-3-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ba27b7ea44293309e5863a89df0277e2ccafa4f7124f33181b5ca4150ecf37
3
+ size 5732986976
japanese-llama-3-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bedc0b34e730af3cef49f008d49f585f297feaabded8a9538de205fe3596dfa
3
+ size 5599293536
japanese-llama-3-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c5b8baf66a9b177e7ee17a87804efddea744a23986dbf4bda2feb0e8a025c97
3
+ size 6596005984
japanese-llama-3-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a421d08277d104bc6bc7925459882affe5ad05e2a361658151bf44c0e3df0512
3
+ size 8540770400