elirane commited on
Commit
905d76a
·
verified ·
1 Parent(s): 0011a83

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -23
README.md CHANGED
@@ -1,25 +1,26 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: prompt
5
- dtype: string
6
- - name: answer
7
- dtype: string
8
- - name: messages
9
- list:
10
- - name: role
11
- dtype: string
12
- - name: content
13
- dtype: string
14
- splits:
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.