Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,29 @@ task_ids:
|
|
22 |
- named-entity-recognition
|
23 |
paperswithcode_id: limit
|
24 |
pretty_name: LiMiT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for LiMiT
|
@@ -193,4 +216,4 @@ The dataset is split into a `train`, and `test` split with the following sizes:
|
|
193 |
|
194 |
### Contributions
|
195 |
|
196 |
-
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|
|
|
22 |
- named-entity-recognition
|
23 |
paperswithcode_id: limit
|
24 |
pretty_name: LiMiT
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: id
|
28 |
+
dtype: int32
|
29 |
+
- name: sentence
|
30 |
+
dtype: string
|
31 |
+
- name: motion
|
32 |
+
dtype: string
|
33 |
+
- name: motion_entities
|
34 |
+
list:
|
35 |
+
- name: entity
|
36 |
+
dtype: string
|
37 |
+
- name: start_index
|
38 |
+
dtype: int32
|
39 |
+
splits:
|
40 |
+
- name: test
|
41 |
+
num_bytes: 139742
|
42 |
+
num_examples: 1000
|
43 |
+
- name: train
|
44 |
+
num_bytes: 3064208
|
45 |
+
num_examples: 23559
|
46 |
+
download_size: 4214925
|
47 |
+
dataset_size: 3203950
|
48 |
---
|
49 |
|
50 |
# Dataset Card for LiMiT
|
|
|
216 |
|
217 |
### Contributions
|
218 |
|
219 |
+
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|