Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Ekin Akyürek commited on
Commit
9144d3d
·
1 Parent(s): 22b8de6

update README

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -60,8 +60,9 @@ task_ids:
60
  #### Abstracts
61
  - **Size of downloaded dataset files:** 112 MB
62
  - **Size of the generated dataset:** 884 MB
63
- - **Total amount of disk used:** 996 MB
64
- An example of 'abstract' looks as follows.
 
65
  ```
66
  {"inputs_pretokenized": "The name Austroasiatic comes from the Latin words for \"south\" and \"Asia\", hence \"<extra_id_0>\".",
67
  "targets_pretokenized": "<extra_id_0> South Asia",
@@ -75,8 +76,10 @@ An example of 'abstract' looks as follows.
75
  #### Queries
76
  - **Size of downloaded dataset files:** 1.7 MB
77
  - **Size of the generated dataset:** 8.9 MB
78
- - **Total amount of disk used:** 10.6 MB
79
- An example of 'query' looks as follows.
 
 
80
  ```
81
  {"inputs_pretokenized": "Paul Ehrlich used to work in <extra_id_0> .",
82
  "targets_pretokenized": "<extra_id_0> Frankfurt",
@@ -89,7 +92,8 @@ An example of 'query' looks as follows.
89
  ```
90
 
91
  ### Data Fields
92
- The data fields are the same among all splits.
 
93
  #### Abstracts
94
  - `inputs_pretokenized`: a string feature.
95
  - `targets_pretokenized`: a string feature.
 
60
  #### Abstracts
61
  - **Size of downloaded dataset files:** 112 MB
62
  - **Size of the generated dataset:** 884 MB
63
+ - **Total amount of disk used:** 996 MB
64
+
65
+ An example of 'abstract' looks as follows.
66
  ```
67
  {"inputs_pretokenized": "The name Austroasiatic comes from the Latin words for \"south\" and \"Asia\", hence \"<extra_id_0>\".",
68
  "targets_pretokenized": "<extra_id_0> South Asia",
 
76
  #### Queries
77
  - **Size of downloaded dataset files:** 1.7 MB
78
  - **Size of the generated dataset:** 8.9 MB
79
+ - **Total amount of disk used:** 10.6 MB
80
+
81
+ An example of 'query' looks as follows.
82
+
83
  ```
84
  {"inputs_pretokenized": "Paul Ehrlich used to work in <extra_id_0> .",
85
  "targets_pretokenized": "<extra_id_0> Frankfurt",
 
92
  ```
93
 
94
  ### Data Fields
95
+ The data fields are the same among all splits.
96
+
97
  #### Abstracts
98
  - `inputs_pretokenized`: a string feature.
99
  - `targets_pretokenized`: a string feature.