morriszms commited on
Commit
8e8e776
·
verified ·
1 Parent(s): 17abb9b

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_generative_qa_2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama3_generative_qa_2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama3_generative_qa_2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama3_generative_qa_2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama3_generative_qa_2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama3_generative_qa_2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama3_generative_qa_2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama3_generative_qa_2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama3_generative_qa_2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama3_generative_qa_2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama3_generative_qa_2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama3_generative_qa_2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: kitopang/llama3_generative_qa_2
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## kitopang/llama3_generative_qa_2 - GGUF
22
+
23
+ This repo contains GGUF format model files for [kitopang/llama3_generative_qa_2](https://huggingface.co/kitopang/llama3_generative_qa_2).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [llama3_generative_qa_2-Q2_K.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [llama3_generative_qa_2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
45
+ | [llama3_generative_qa_2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
46
+ | [llama3_generative_qa_2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
47
+ | [llama3_generative_qa_2-Q4_0.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [llama3_generative_qa_2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
49
+ | [llama3_generative_qa_2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
50
+ | [llama3_generative_qa_2-Q5_0.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [llama3_generative_qa_2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
52
+ | [llama3_generative_qa_2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
53
+ | [llama3_generative_qa_2-Q6_K.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
54
+ | [llama3_generative_qa_2-Q8_0.gguf](https://huggingface.co/tensorblock/llama3_generative_qa_2-GGUF/blob/main/llama3_generative_qa_2-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/llama3_generative_qa_2-GGUF --include "llama3_generative_qa_2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/llama3_generative_qa_2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
llama3_generative_qa_2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c05a4670c0f77b2c9259fe98e6dc38218942e4023e92955c21b17111d658ec
3
+ size 3179130944
llama3_generative_qa_2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08ddd028fd6016454f920132562b1d57a6fe53635d3ad70b5756354e382a4f4
3
+ size 4321955904
llama3_generative_qa_2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e988ab08054f51e8b0bb73d10ac8bb640a47cdbde3793f54477181d67b166d09
3
+ size 4018917440
llama3_generative_qa_2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e54c76ef1eb253168ba02e9b654911634f7261e93d97a46231d6ea5c29f9ef
3
+ size 3664498752
llama3_generative_qa_2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f3ae5ebd55b55645c98be5b006d1d967419cbd7e463b458eae20d30cfb041c
3
+ size 4661211200
llama3_generative_qa_2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1444e71cf6f062f8ce6b4a4d7d2173077eda63622d927f185c832f8206fb1d3
3
+ size 4920733760
llama3_generative_qa_2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348056d26bae7d8c98dd991d5cb82f0fa9db73113b42dce750447fcdae1049c6
3
+ size 4692668480
llama3_generative_qa_2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add96a7fe18ec19e752a04919ffdd909fd53ca634f2f73a8cbe1ac335ea8e470
3
+ size 5599293504
llama3_generative_qa_2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816d84c692a9dc4dc56535434493a5e72897cbc6c734bd932896a00aff1221b6
3
+ size 5732986944
llama3_generative_qa_2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d11d4bc06f05625a76ef3f35171c346b5585f9bbcb9a80ec1e1f0af50dde178
3
+ size 5599293504
llama3_generative_qa_2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72827646f9921c5fc532e1b14f9d01c20deb833e4b02206a8860b5c0954a4a29
3
+ size 6596005952
llama3_generative_qa_2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2f5e5a3a6c637ce65c2cfe843cf57a0b0cb919de72463bcfb296583e017d4c9
3
+ size 8540770368