Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
703aef4
1 Parent(s): b22afdb

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -20,6 +20,47 @@ task_ids: []
20
  paperswithcode_id: mocha
21
  tags:
22
  - generative-reading-comprehension-metric
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for Mocha
 
20
  paperswithcode_id: mocha
21
  tags:
22
  - generative-reading-comprehension-metric
23
+ dataset_info:
24
+ features:
25
+ - name: constituent_dataset
26
+ dtype: string
27
+ - name: id
28
+ dtype: string
29
+ - name: context
30
+ dtype: string
31
+ - name: question
32
+ dtype: string
33
+ - name: reference
34
+ dtype: string
35
+ - name: candidate
36
+ dtype: string
37
+ - name: score
38
+ dtype: float32
39
+ - name: metadata
40
+ struct:
41
+ - name: scores
42
+ sequence: int32
43
+ - name: source
44
+ dtype: string
45
+ - name: candidate2
46
+ dtype: string
47
+ - name: score2
48
+ dtype: float32
49
+ splits:
50
+ - name: minimal_pairs
51
+ num_bytes: 193560
52
+ num_examples: 200
53
+ - name: test
54
+ num_bytes: 6767409
55
+ num_examples: 6321
56
+ - name: train
57
+ num_bytes: 33292592
58
+ num_examples: 31069
59
+ - name: validation
60
+ num_bytes: 4236883
61
+ num_examples: 4009
62
+ download_size: 14452311
63
+ dataset_size: 44490444
64
  ---
65
 
66
  # Dataset Card for Mocha