bwebs commited on
Commit
3459056
1 Parent(s): 8979a62

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: valid
10
+ path: data/valid-*
11
+ dataset_info:
12
+ features:
13
+ - name: context
14
+ dtype: string
15
+ - name: question
16
+ dtype: string
17
+ - name: answer
18
+ dtype: string
19
+ - name: text
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 439213.3333333333
24
+ num_examples: 56
25
+ - name: test
26
+ num_bytes: 31372.380952380954
27
+ num_examples: 4
28
+ - name: valid
29
+ num_bytes: 23529.285714285714
30
+ num_examples: 3
31
+ download_size: 157086
32
+ dataset_size: 494115.0
33
+ ---
34
+ # Dataset Card for "finetune-data-e4da7017fcce"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)