Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
6f09662
1 Parent(s): f4a87cf

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -34,8 +34,33 @@ train-eval-index:
34
  text: text
35
  answer_start: answer_start
36
  metrics:
37
- - type: cuad
38
- name: CUAD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ---
40
 
41
  # Dataset Card for CUAD
@@ -261,4 +286,4 @@ The use of CUAD is subject to their privacy policy https://www.atticusprojectai.
261
 
262
  ### Contributions
263
 
264
- Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
 
34
  text: text
35
  answer_start: answer_start
36
  metrics:
37
+ - type: cuad
38
+ name: CUAD
39
+ dataset_info:
40
+ features:
41
+ - name: id
42
+ dtype: string
43
+ - name: title
44
+ dtype: string
45
+ - name: context
46
+ dtype: string
47
+ - name: question
48
+ dtype: string
49
+ - name: answers
50
+ sequence:
51
+ - name: text
52
+ dtype: string
53
+ - name: answer_start
54
+ dtype: int32
55
+ splits:
56
+ - name: test
57
+ num_bytes: 198543467
58
+ num_examples: 4182
59
+ - name: train
60
+ num_bytes: 1466037640
61
+ num_examples: 22450
62
+ download_size: 18309308
63
+ dataset_size: 1664581107
64
  ---
65
 
66
  # Dataset Card for CUAD
 
286
 
287
  ### Contributions
288
 
289
+ Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.