goodcoffee commited on
Commit
d51d360
1 Parent(s): 169eafe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_ids
5
+ sequence: int32
6
+ - name: attention_mask
7
+ sequence: int8
8
+ - name: offset_mapping
9
+ sequence:
10
+ sequence: int64
11
+ - name: example_id
12
+ dtype: int64
13
+ splits:
14
+ - name: train
15
+ num_bytes: 49277496
16
+ num_examples: 3954
17
+ download_size: 11875835
18
+ dataset_size: 49277496
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---
25
+ # Dataset Card for "covidQA_eval_v2"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)