Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +173 -0
- llamaRAGdrama-Q2_K.gguf +3 -0
- llamaRAGdrama-Q3_K_L.gguf +3 -0
- llamaRAGdrama-Q3_K_M.gguf +3 -0
- llamaRAGdrama-Q3_K_S.gguf +3 -0
- llamaRAGdrama-Q4_0.gguf +3 -0
- llamaRAGdrama-Q4_K_M.gguf +3 -0
- llamaRAGdrama-Q4_K_S.gguf +3 -0
- llamaRAGdrama-Q5_0.gguf +3 -0
- llamaRAGdrama-Q5_K_M.gguf +3 -0
- llamaRAGdrama-Q5_K_S.gguf +3 -0
- llamaRAGdrama-Q6_K.gguf +3 -0
- llamaRAGdrama-Q8_0.gguf +3 -0
.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 |
+
llamaRAGdrama-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llamaRAGdrama-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llamaRAGdrama-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llamaRAGdrama-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llamaRAGdrama-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llamaRAGdrama-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llamaRAGdrama-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llamaRAGdrama-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llamaRAGdrama-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llamaRAGdrama-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llamaRAGdrama-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llamaRAGdrama-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
base_model: kevin009/llamaRAGdrama
|
7 |
+
model-index:
|
8 |
+
- name: llamaRAGdrama
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: text-generation
|
12 |
+
name: Text Generation
|
13 |
+
dataset:
|
14 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
15 |
+
type: ai2_arc
|
16 |
+
config: ARC-Challenge
|
17 |
+
split: test
|
18 |
+
args:
|
19 |
+
num_few_shot: 25
|
20 |
+
metrics:
|
21 |
+
- type: acc_norm
|
22 |
+
value: 72.01
|
23 |
+
name: normalized accuracy
|
24 |
+
source:
|
25 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kevin009/llamaRAGdrama
|
26 |
+
name: Open LLM Leaderboard
|
27 |
+
- task:
|
28 |
+
type: text-generation
|
29 |
+
name: Text Generation
|
30 |
+
dataset:
|
31 |
+
name: HellaSwag (10-Shot)
|
32 |
+
type: hellaswag
|
33 |
+
split: validation
|
34 |
+
args:
|
35 |
+
num_few_shot: 10
|
36 |
+
metrics:
|
37 |
+
- type: acc_norm
|
38 |
+
value: 88.83
|
39 |
+
name: normalized accuracy
|
40 |
+
source:
|
41 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kevin009/llamaRAGdrama
|
42 |
+
name: Open LLM Leaderboard
|
43 |
+
- task:
|
44 |
+
type: text-generation
|
45 |
+
name: Text Generation
|
46 |
+
dataset:
|
47 |
+
name: MMLU (5-Shot)
|
48 |
+
type: cais/mmlu
|
49 |
+
config: all
|
50 |
+
split: test
|
51 |
+
args:
|
52 |
+
num_few_shot: 5
|
53 |
+
metrics:
|
54 |
+
- type: acc
|
55 |
+
value: 64.5
|
56 |
+
name: accuracy
|
57 |
+
source:
|
58 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kevin009/llamaRAGdrama
|
59 |
+
name: Open LLM Leaderboard
|
60 |
+
- task:
|
61 |
+
type: text-generation
|
62 |
+
name: Text Generation
|
63 |
+
dataset:
|
64 |
+
name: TruthfulQA (0-shot)
|
65 |
+
type: truthful_qa
|
66 |
+
config: multiple_choice
|
67 |
+
split: validation
|
68 |
+
args:
|
69 |
+
num_few_shot: 0
|
70 |
+
metrics:
|
71 |
+
- type: mc2
|
72 |
+
value: 70.24
|
73 |
+
source:
|
74 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kevin009/llamaRAGdrama
|
75 |
+
name: Open LLM Leaderboard
|
76 |
+
- task:
|
77 |
+
type: text-generation
|
78 |
+
name: Text Generation
|
79 |
+
dataset:
|
80 |
+
name: Winogrande (5-shot)
|
81 |
+
type: winogrande
|
82 |
+
config: winogrande_xl
|
83 |
+
split: validation
|
84 |
+
args:
|
85 |
+
num_few_shot: 5
|
86 |
+
metrics:
|
87 |
+
- type: acc
|
88 |
+
value: 86.66
|
89 |
+
name: accuracy
|
90 |
+
source:
|
91 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kevin009/llamaRAGdrama
|
92 |
+
name: Open LLM Leaderboard
|
93 |
+
- task:
|
94 |
+
type: text-generation
|
95 |
+
name: Text Generation
|
96 |
+
dataset:
|
97 |
+
name: GSM8k (5-shot)
|
98 |
+
type: gsm8k
|
99 |
+
config: main
|
100 |
+
split: test
|
101 |
+
args:
|
102 |
+
num_few_shot: 5
|
103 |
+
metrics:
|
104 |
+
- type: acc
|
105 |
+
value: 65.66
|
106 |
+
name: accuracy
|
107 |
+
source:
|
108 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kevin009/llamaRAGdrama
|
109 |
+
name: Open LLM Leaderboard
|
110 |
+
---
|
111 |
+
|
112 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
113 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
114 |
+
</div>
|
115 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
116 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
117 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
118 |
+
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>
|
119 |
+
</p>
|
120 |
+
</div>
|
121 |
+
</div>
|
122 |
+
|
123 |
+
## kevin009/llamaRAGdrama - GGUF
|
124 |
+
|
125 |
+
This repo contains GGUF format model files for [kevin009/llamaRAGdrama](https://huggingface.co/kevin009/llamaRAGdrama).
|
126 |
+
|
127 |
+
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).
|
128 |
+
|
129 |
+
## Prompt template
|
130 |
+
|
131 |
+
```
|
132 |
+
|
133 |
+
```
|
134 |
+
|
135 |
+
## Model file specification
|
136 |
+
|
137 |
+
| Filename | Quant type | File Size | Description |
|
138 |
+
| -------- | ---------- | --------- | ----------- |
|
139 |
+
| [llamaRAGdrama-Q2_K.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
|
140 |
+
| [llamaRAGdrama-Q3_K_S.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
|
141 |
+
| [llamaRAGdrama-Q3_K_M.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
|
142 |
+
| [llamaRAGdrama-Q3_K_L.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
|
143 |
+
| [llamaRAGdrama-Q4_0.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
144 |
+
| [llamaRAGdrama-Q4_K_S.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
|
145 |
+
| [llamaRAGdrama-Q4_K_M.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
|
146 |
+
| [llamaRAGdrama-Q5_0.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
147 |
+
| [llamaRAGdrama-Q5_K_S.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
148 |
+
| [llamaRAGdrama-Q5_K_M.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
|
149 |
+
| [llamaRAGdrama-Q6_K.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
|
150 |
+
| [llamaRAGdrama-Q8_0.gguf](https://huggingface.co/tensorblock/llamaRAGdrama-GGUF/tree/main/llamaRAGdrama-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
|
151 |
+
|
152 |
+
|
153 |
+
## Downloading instruction
|
154 |
+
|
155 |
+
### Command line
|
156 |
+
|
157 |
+
Firstly, install Huggingface Client
|
158 |
+
|
159 |
+
```shell
|
160 |
+
pip install -U "huggingface_hub[cli]"
|
161 |
+
```
|
162 |
+
|
163 |
+
Then, downoad the individual model file the a local directory
|
164 |
+
|
165 |
+
```shell
|
166 |
+
huggingface-cli download tensorblock/llamaRAGdrama-GGUF --include "llamaRAGdrama-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
167 |
+
```
|
168 |
+
|
169 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
170 |
+
|
171 |
+
```shell
|
172 |
+
huggingface-cli download tensorblock/llamaRAGdrama-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
173 |
+
```
|
llamaRAGdrama-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:589d649e570c30ef68274933b519a9b5be79ebefc4cb2132ffefcd8030a50870
|
3 |
+
size 2719242144
|
llamaRAGdrama-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2c9ac0def8b7b6c378f9d306a0fc20716004bf07b0ebb87c56179c325fa9159
|
3 |
+
size 3822024608
|
llamaRAGdrama-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29b6f2421316d15c8c6224087b5842290ac79c5b9a29f975987baeb79da9e8ff
|
3 |
+
size 3518986144
|
llamaRAGdrama-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ef25b29d08c3a00253e042de04349f2e6c59cb9252456f362d59063eae17157
|
3 |
+
size 3164567456
|
llamaRAGdrama-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21e68a3964f8182cd8d5ff12e67ffc337a3f10ba15a3d335dd2e54bf35282872
|
3 |
+
size 4108916640
|
llamaRAGdrama-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f32a381a6cd2e013a0a7428b161d228b85b383200f009f76a521b99daaf9fee
|
3 |
+
size 4368439200
|
llamaRAGdrama-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fc13ce6f9aab3a09655ad7939f00a8093005fa35824ff15c1c2a3796ebb22e4
|
3 |
+
size 4140373920
|
llamaRAGdrama-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51bd8ed16d403e4f005c5e693d21a74246297486a30478239fdd066e861f03be
|
3 |
+
size 4997715872
|
llamaRAGdrama-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b9110d92062a493857a4fc16790f68341cf32822b1f1db569b164882b6b3c86
|
3 |
+
size 5131409312
|
llamaRAGdrama-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:826fd78804e97eb15c6de832faabf57ff7ec9894d03ed727d744607dc19e09a6
|
3 |
+
size 4997715872
|
llamaRAGdrama-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fa915fe253af186c0a601921a193eb98b91fffe6fce02e13bf718f3f11c7f79
|
3 |
+
size 5942065056
|
llamaRAGdrama-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6002e234855b36053d7dbf99a151ee134a42f2a63b14a5ad812176d86e0396c
|
3 |
+
size 7695857568
|