BarraHome commited on
Commit
875990e
1 Parent(s): a9c18ab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: unknown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: unknown
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: instruction
11
+ dtype: string
12
+ - name: input
13
+ dtype: string
14
+ - name: output
15
+ dtype: string
16
+ - name: text
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 14696
21
+ num_examples: 55
22
+ download_size: 8666
23
+ dataset_size: 14696
24
  ---