morriszms commited on
Commit
3289913
·
verified ·
1 Parent(s): 2607f3f

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
+ hkcode_llama3_8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ hkcode_llama3_8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ hkcode_llama3_8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ hkcode_llama3_8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ hkcode_llama3_8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ hkcode_llama3_8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ hkcode_llama3_8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ hkcode_llama3_8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ hkcode_llama3_8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ hkcode_llama3_8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ hkcode_llama3_8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ hkcode_llama3_8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - hyokwan/llama3data_hkcode
5
+ language:
6
+ - ko
7
+ - en
8
+ metrics:
9
+ - accuracy
10
+ library_name: transformers
11
+ pipeline_tag: text-generation
12
+ tags:
13
+ - education
14
+ - fintech
15
+ - TensorBlock
16
+ - GGUF
17
+ base_model: hyokwan/hkcode_llama3_8b
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## hyokwan/hkcode_llama3_8b - GGUF
32
+
33
+ This repo contains GGUF format model files for [hyokwan/hkcode_llama3_8b](https://huggingface.co/hyokwan/hkcode_llama3_8b).
34
+
35
+ 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).
36
+
37
+ <div style="text-align: left; margin: 20px 0;">
38
+ <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;">
39
+ Run them on the TensorBlock client using your local machine ↗
40
+ </a>
41
+ </div>
42
+
43
+ ## Prompt template
44
+
45
+ ```
46
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
47
+
48
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
49
+
50
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [hkcode_llama3_8b-Q2_K.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [hkcode_llama3_8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
59
+ | [hkcode_llama3_8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
60
+ | [hkcode_llama3_8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
61
+ | [hkcode_llama3_8b-Q4_0.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [hkcode_llama3_8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
63
+ | [hkcode_llama3_8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
64
+ | [hkcode_llama3_8b-Q5_0.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [hkcode_llama3_8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
66
+ | [hkcode_llama3_8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
67
+ | [hkcode_llama3_8b-Q6_K.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
68
+ | [hkcode_llama3_8b-Q8_0.gguf](https://huggingface.co/tensorblock/hkcode_llama3_8b-GGUF/blob/main/hkcode_llama3_8b-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/hkcode_llama3_8b-GGUF --include "hkcode_llama3_8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/hkcode_llama3_8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
hkcode_llama3_8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95261c630ccda259dc37bcac6fd05f55db1b358bd15676f53895e6c6690df4c8
3
+ size 3179131680
hkcode_llama3_8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5714385ea95615f53622889210844220631222d7fc81cac855cad15dd2c85d53
3
+ size 4321956640
hkcode_llama3_8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac8b9dda8976c47e0e588e14c3ab2f2c2f47786da3092a8b29700bbdf24e83c8
3
+ size 4018918176
hkcode_llama3_8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4af5f49926d8e11518df65d49846b9b925ef30dcdf56b4c1b2f770ed2a4cc1d
3
+ size 3664499488
hkcode_llama3_8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dbeebd097d749ca43f3360717e06b968a469549da7391d01d5a740a6c922c5d
3
+ size 4661211936
hkcode_llama3_8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea5d57309e38a1c346e8c24ab84be4fb35eb14bc0f0475a77f539c03fbb0001
3
+ size 4920734496
hkcode_llama3_8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d45f01a1cf818ffc9006bf03cbbfc31ad75718f06405804944ef07f8df53d50
3
+ size 4692669216
hkcode_llama3_8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6773ab49e71aaf1cf152c5f76d35cd6d073ff1eb9415096dfbde792cffaefa97
3
+ size 5599294240
hkcode_llama3_8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c684415b99853c05f97292860a383ed84205c29d5929bff690d684e2d21effb
3
+ size 5732987680
hkcode_llama3_8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8e304976edb3b3e2765b53165bbee85ff5374aa3beabadc977c13a9eb3469b
3
+ size 5599294240
hkcode_llama3_8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00d049e3948c0200d49e4d3dee7cc3f295eb9a65dd61a0cc245f33054fa71c99
3
+ size 6596006688
hkcode_llama3_8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb27a5222ca448b2ba5481fc09220d010fa0bc8f17f7324342e7483e9ab5191
3
+ size 8540771104