reginaboateng commited on
Commit
4f9c11e
1 Parent(s): 7814d7a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: id
9
+ dtype: string
10
+ - name: answers
11
+ struct:
12
+ - name: answer_start
13
+ sequence: int64
14
+ - name: text
15
+ sequence: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 8373638.251760881
19
+ num_examples: 5000
20
+ - name: validation
21
+ num_bytes: 899328.7482391186
22
+ num_examples: 537
23
+ download_size: 4489549
24
+ dataset_size: 9272967.0
25
+ ---
26
+ # Dataset Card for "Bioasq7b_factoid"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)