Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,29 @@ task_ids:
|
|
| 19 |
- multi-class-classification
|
| 20 |
paperswithcode_id: gutenberg-time-dataset
|
| 21 |
pretty_name: the Gutenberg Time dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for the Gutenberg Time dataset
|
|
@@ -164,4 +187,4 @@ Allen Kim, Charuta Pethe and Steven Skiena, Stony Brook University
|
|
| 164 |
```
|
| 165 |
### Contributions
|
| 166 |
|
| 167 |
-
Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.
|
|
|
|
| 19 |
- multi-class-classification
|
| 20 |
paperswithcode_id: gutenberg-time-dataset
|
| 21 |
pretty_name: the Gutenberg Time dataset
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: guten_id
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: hour_reference
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: time_phrase
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: is_ambiguous
|
| 31 |
+
dtype: bool_
|
| 32 |
+
- name: time_pos_start
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: time_pos_end
|
| 35 |
+
dtype: int64
|
| 36 |
+
- name: tok_context
|
| 37 |
+
dtype: string
|
| 38 |
+
config_name: gutenberg
|
| 39 |
+
splits:
|
| 40 |
+
- name: train
|
| 41 |
+
num_bytes: 108550391
|
| 42 |
+
num_examples: 120694
|
| 43 |
+
download_size: 35853781
|
| 44 |
+
dataset_size: 108550391
|
| 45 |
---
|
| 46 |
|
| 47 |
# Dataset Card for the Gutenberg Time dataset
|
|
|
|
| 187 |
```
|
| 188 |
### Contributions
|
| 189 |
|
| 190 |
+
Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.
|