kernelguardian commited on
Commit
6f19a61
·
1 Parent(s): eaf25a7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: filename
12
+ dtype: string
13
+ - name: instruction
14
+ dtype: string
15
+ - name: basehtml
16
+ dtype: string
17
+ - name: output
18
+ dtype: string
19
+ - name: text
20
+ dtype: string
21
+ - name: __index_level_0__
22
+ dtype: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 64325159
26
+ num_examples: 5390
27
+ - name: validation
28
+ num_bytes: 64325159
29
+ num_examples: 5390
30
+ download_size: 22734940
31
+ dataset_size: 128650318
32
+ ---
33
+ # Dataset Card for "instruct2action_instruction"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)