Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,25 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
- name: train
|
| 16 |
-
num_bytes: 3324778
|
| 17 |
-
num_examples: 520
|
| 18 |
-
download_size: 1909459
|
| 19 |
-
dataset_size: 3324778
|
| 20 |
-
configs:
|
| 21 |
-
- config_name: default
|
| 22 |
-
data_files:
|
| 23 |
-
- split: train
|
| 24 |
-
path: data/train-*
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- alignment
|
| 9 |
+
- abliteration
|
| 10 |
+
- heretic
|
| 11 |
+
- preference-tuning
|
| 12 |
+
- hirundo-io
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# Dataset Card: Refinement-Abliterated Short Answers (vision_heretic)
|
| 18 |
+
|
| 19 |
+
## Overview
|
| 20 |
+
This dataset contains a distilled corpus created by **hirundo-io** optimized with short-form technical descriptions under 1200 tokens.
|
| 21 |
+
|
| 22 |
+
## Dataset Structure
|
| 23 |
+
Every row contains a standard ShareGPT message structure along with an optimized text column:
|
| 24 |
+
* `prompt`: The initial raw query.
|
| 25 |
+
* `answer`: Clean extracted short assistant text.
|
| 26 |
+
* `messages`: A clean `[user, assistant]` array where the assistant block contains the direct short response.
|