alexemanuel27 commited on
Commit
d6fc2b9
1 Parent(s): d5c4681

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ dataset_info:
8
+ features:
9
+ - name: question
10
+ dtype: string
11
+ - name: context
12
+ dtype: string
13
+ - name: answers
14
+ struct:
15
+ - name: answer_start
16
+ sequence: int64
17
+ - name: text
18
+ sequence: string
19
+ - name: title
20
+ dtype: string
21
+ - name: id
22
+ dtype: string
23
+ splits:
24
+ - name: validation
25
+ num_bytes: 628748
26
+ num_examples: 100
27
+ download_size: 33141
28
+ dataset_size: 628748
29
+ ---
30
+ # Dataset Card for "org_acad"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)