Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +188 -0
- chat_gpt2_dpo-Q2_K.gguf +3 -0
- chat_gpt2_dpo-Q3_K_L.gguf +3 -0
- chat_gpt2_dpo-Q3_K_M.gguf +3 -0
- chat_gpt2_dpo-Q3_K_S.gguf +3 -0
- chat_gpt2_dpo-Q4_0.gguf +3 -0
- chat_gpt2_dpo-Q4_K_M.gguf +3 -0
- chat_gpt2_dpo-Q4_K_S.gguf +3 -0
- chat_gpt2_dpo-Q5_0.gguf +3 -0
- chat_gpt2_dpo-Q5_K_M.gguf +3 -0
- chat_gpt2_dpo-Q5_K_S.gguf +3 -0
- chat_gpt2_dpo-Q6_K.gguf +3 -0
- chat_gpt2_dpo-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 |
+
chat_gpt2_dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
chat_gpt2_dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
chat_gpt2_dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
chat_gpt2_dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
chat_gpt2_dpo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
chat_gpt2_dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
chat_gpt2_dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
chat_gpt2_dpo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
chat_gpt2_dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
chat_gpt2_dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
chat_gpt2_dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
chat_gpt2_dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- gpt2
|
7 |
+
- dpo
|
8 |
+
- trl
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
datasets:
|
12 |
+
- HuggingFaceH4/ultrachat_200k
|
13 |
+
- Intel/orca_dpo_pairs
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
base_model: Sharathhebbar24/chat_gpt2_dpo
|
16 |
+
model-index:
|
17 |
+
- name: chat_gpt2_dpo
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: text-generation
|
21 |
+
name: Text Generation
|
22 |
+
dataset:
|
23 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
24 |
+
type: ai2_arc
|
25 |
+
config: ARC-Challenge
|
26 |
+
split: test
|
27 |
+
args:
|
28 |
+
num_few_shot: 25
|
29 |
+
metrics:
|
30 |
+
- type: acc_norm
|
31 |
+
value: 23.98
|
32 |
+
name: normalized accuracy
|
33 |
+
source:
|
34 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Sharathhebbar24/chat_gpt2_dpo
|
35 |
+
name: Open LLM Leaderboard
|
36 |
+
- task:
|
37 |
+
type: text-generation
|
38 |
+
name: Text Generation
|
39 |
+
dataset:
|
40 |
+
name: HellaSwag (10-Shot)
|
41 |
+
type: hellaswag
|
42 |
+
split: validation
|
43 |
+
args:
|
44 |
+
num_few_shot: 10
|
45 |
+
metrics:
|
46 |
+
- type: acc_norm
|
47 |
+
value: 31.22
|
48 |
+
name: normalized accuracy
|
49 |
+
source:
|
50 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Sharathhebbar24/chat_gpt2_dpo
|
51 |
+
name: Open LLM Leaderboard
|
52 |
+
- task:
|
53 |
+
type: text-generation
|
54 |
+
name: Text Generation
|
55 |
+
dataset:
|
56 |
+
name: MMLU (5-Shot)
|
57 |
+
type: cais/mmlu
|
58 |
+
config: all
|
59 |
+
split: test
|
60 |
+
args:
|
61 |
+
num_few_shot: 5
|
62 |
+
metrics:
|
63 |
+
- type: acc
|
64 |
+
value: 24.95
|
65 |
+
name: accuracy
|
66 |
+
source:
|
67 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Sharathhebbar24/chat_gpt2_dpo
|
68 |
+
name: Open LLM Leaderboard
|
69 |
+
- task:
|
70 |
+
type: text-generation
|
71 |
+
name: Text Generation
|
72 |
+
dataset:
|
73 |
+
name: TruthfulQA (0-shot)
|
74 |
+
type: truthful_qa
|
75 |
+
config: multiple_choice
|
76 |
+
split: validation
|
77 |
+
args:
|
78 |
+
num_few_shot: 0
|
79 |
+
metrics:
|
80 |
+
- type: mc2
|
81 |
+
value: 41.26
|
82 |
+
source:
|
83 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Sharathhebbar24/chat_gpt2_dpo
|
84 |
+
name: Open LLM Leaderboard
|
85 |
+
- task:
|
86 |
+
type: text-generation
|
87 |
+
name: Text Generation
|
88 |
+
dataset:
|
89 |
+
name: Winogrande (5-shot)
|
90 |
+
type: winogrande
|
91 |
+
config: winogrande_xl
|
92 |
+
split: validation
|
93 |
+
args:
|
94 |
+
num_few_shot: 5
|
95 |
+
metrics:
|
96 |
+
- type: acc
|
97 |
+
value: 49.96
|
98 |
+
name: accuracy
|
99 |
+
source:
|
100 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Sharathhebbar24/chat_gpt2_dpo
|
101 |
+
name: Open LLM Leaderboard
|
102 |
+
- task:
|
103 |
+
type: text-generation
|
104 |
+
name: Text Generation
|
105 |
+
dataset:
|
106 |
+
name: GSM8k (5-shot)
|
107 |
+
type: gsm8k
|
108 |
+
config: main
|
109 |
+
split: test
|
110 |
+
args:
|
111 |
+
num_few_shot: 5
|
112 |
+
metrics:
|
113 |
+
- type: acc
|
114 |
+
value: 0.0
|
115 |
+
name: accuracy
|
116 |
+
source:
|
117 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Sharathhebbar24/chat_gpt2_dpo
|
118 |
+
name: Open LLM Leaderboard
|
119 |
+
---
|
120 |
+
|
121 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
122 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
123 |
+
</div>
|
124 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
125 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
126 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
127 |
+
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>
|
128 |
+
</p>
|
129 |
+
</div>
|
130 |
+
</div>
|
131 |
+
|
132 |
+
## Sharathhebbar24/chat_gpt2_dpo - GGUF
|
133 |
+
|
134 |
+
This repo contains GGUF format model files for [Sharathhebbar24/chat_gpt2_dpo](https://huggingface.co/Sharathhebbar24/chat_gpt2_dpo).
|
135 |
+
|
136 |
+
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).
|
137 |
+
|
138 |
+
<div style="text-align: left; margin: 20px 0;">
|
139 |
+
<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;">
|
140 |
+
Run them on the TensorBlock client using your local machine ↗
|
141 |
+
</a>
|
142 |
+
</div>
|
143 |
+
|
144 |
+
## Prompt template
|
145 |
+
|
146 |
+
```
|
147 |
+
|
148 |
+
```
|
149 |
+
|
150 |
+
## Model file specification
|
151 |
+
|
152 |
+
| Filename | Quant type | File Size | Description |
|
153 |
+
| -------- | ---------- | --------- | ----------- |
|
154 |
+
| [chat_gpt2_dpo-Q2_K.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q2_K.gguf) | Q2_K | 0.081 GB | smallest, significant quality loss - not recommended for most purposes |
|
155 |
+
| [chat_gpt2_dpo-Q3_K_S.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q3_K_S.gguf) | Q3_K_S | 0.090 GB | very small, high quality loss |
|
156 |
+
| [chat_gpt2_dpo-Q3_K_M.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q3_K_M.gguf) | Q3_K_M | 0.098 GB | very small, high quality loss |
|
157 |
+
| [chat_gpt2_dpo-Q3_K_L.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q3_K_L.gguf) | Q3_K_L | 0.102 GB | small, substantial quality loss |
|
158 |
+
| [chat_gpt2_dpo-Q4_0.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q4_0.gguf) | Q4_0 | 0.107 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
159 |
+
| [chat_gpt2_dpo-Q4_K_S.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q4_K_S.gguf) | Q4_K_S | 0.107 GB | small, greater quality loss |
|
160 |
+
| [chat_gpt2_dpo-Q4_K_M.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q4_K_M.gguf) | Q4_K_M | 0.113 GB | medium, balanced quality - recommended |
|
161 |
+
| [chat_gpt2_dpo-Q5_0.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q5_0.gguf) | Q5_0 | 0.122 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
162 |
+
| [chat_gpt2_dpo-Q5_K_S.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q5_K_S.gguf) | Q5_K_S | 0.122 GB | large, low quality loss - recommended |
|
163 |
+
| [chat_gpt2_dpo-Q5_K_M.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q5_K_M.gguf) | Q5_K_M | 0.127 GB | large, very low quality loss - recommended |
|
164 |
+
| [chat_gpt2_dpo-Q6_K.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
|
165 |
+
| [chat_gpt2_dpo-Q8_0.gguf](https://huggingface.co/tensorblock/chat_gpt2_dpo-GGUF/blob/main/chat_gpt2_dpo-Q8_0.gguf) | Q8_0 | 0.178 GB | very large, extremely low quality loss - not recommended |
|
166 |
+
|
167 |
+
|
168 |
+
## Downloading instruction
|
169 |
+
|
170 |
+
### Command line
|
171 |
+
|
172 |
+
Firstly, install Huggingface Client
|
173 |
+
|
174 |
+
```shell
|
175 |
+
pip install -U "huggingface_hub[cli]"
|
176 |
+
```
|
177 |
+
|
178 |
+
Then, downoad the individual model file the a local directory
|
179 |
+
|
180 |
+
```shell
|
181 |
+
huggingface-cli download tensorblock/chat_gpt2_dpo-GGUF --include "chat_gpt2_dpo-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
182 |
+
```
|
183 |
+
|
184 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
185 |
+
|
186 |
+
```shell
|
187 |
+
huggingface-cli download tensorblock/chat_gpt2_dpo-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
188 |
+
```
|
chat_gpt2_dpo-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38b69579211af2fb5540013efa164eab2660ff5c7c99e6113f33851b6d0b1b38
|
3 |
+
size 81197184
|
chat_gpt2_dpo-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a2db25f0060c062148752802b9de188a36ea13717b617f2a3f0f5f46bdfffbe
|
3 |
+
size 102093120
|
chat_gpt2_dpo-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d644f017d938ffd0f00bd0cfe3ed94f6d39ba89afcfbbf04296e71c8663faa9
|
3 |
+
size 97669440
|
chat_gpt2_dpo-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3620668e8d32201c1ead1c23910833f18aa33038681013e41624b3ef3f57d597
|
3 |
+
size 90149184
|
chat_gpt2_dpo-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b629b65c80442492ba46d9072ca43555277e6c324c94e3a98bdc1456679eb3b8
|
3 |
+
size 106555776
|
chat_gpt2_dpo-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:951fb92a3dd5d8ffc855fdc4a93d8f392263e71884d1def88b45a6ec48503694
|
3 |
+
size 112859520
|
chat_gpt2_dpo-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17096dd7201d1a5372b85d1c72ee2bb8179d3c12b72559a132f6276f714cd33e
|
3 |
+
size 106850688
|
chat_gpt2_dpo-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39b5811671896f302e3e7f1190d508da0fa35f32232565cd53f3ee6793ff7830
|
3 |
+
size 121997280
|
chat_gpt2_dpo-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecb4c1852a3aaadccfad91c813c8115e2d4379818a33d9b9b20a1de145f57c11
|
3 |
+
size 126697440
|
chat_gpt2_dpo-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d21effbc33dd95f16416564b5e9ecc5b09a2127e997a7ad4da7cf0fe99ac893
|
3 |
+
size 121997280
|
chat_gpt2_dpo-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6076bb8f1c2123e33c43b48f879a994ca831a55865960c03dde68c9b448fe42
|
3 |
+
size 138403872
|
chat_gpt2_dpo-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42f81b7b8645613f410a4660067927d98583ad929b5afec625f05a551e24a74f
|
3 |
+
size 177669600
|