sert121 commited on
Commit
7a1f4a2
·
verified ·
1 Parent(s): 65b9550

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -21
README.md CHANGED
@@ -1,21 +1,14 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: input
5
- dtype: string
6
- - name: instruction
7
- dtype: string
8
- - name: output
9
- dtype: int64
10
- splits:
11
- - name: train
12
- num_bytes: 3182558
13
- num_examples: 15682
14
- download_size: 232305
15
- dataset_size: 3182558
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
- ---
 
1
+
2
+ ---
3
+ language: en
4
+ license: mit
5
+ ---
6
+
7
+ # Dataset Name
8
+ adult_dataset_iteration_2_['age', 'education-num', 'occupation', 'hours-per-week']
9
+
10
+ # Features Used
11
+ ['age', 'education-num', 'occupation', 'hours-per-week']
12
+ ## Dataset Description
13
+ Features selected from the adult dataset by the LLM while doing black-box optimization.
14
+