pbaoo2705 commited on
Commit
1b696c9
1 Parent(s): dd977b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: id
7
+ dtype: int64
8
+ - name: question
9
+ dtype: string
10
+ - name: answer_text
11
+ dtype: string
12
+ - name: answer_start
13
+ dtype: int64
14
+ - name: context
15
+ dtype: string
16
+ - name: input_ids
17
+ sequence: int32
18
+ - name: attention_mask
19
+ sequence: int8
20
+ - name: answer
21
+ dtype: string
22
+ - name: start_positions
23
+ dtype: int64
24
+ - name: end_positions
25
+ dtype: int64
26
+ splits:
27
+ - name: validation
28
+ num_bytes: 1212109
29
+ num_examples: 104
30
+ download_size: 35223
31
+ dataset_size: 1212109
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: validation
36
+ path: data/validation-*
37
+ ---
38
+ # Dataset Card for "cpgqa_processed_eval"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)