Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
acronym-identification
License:
Add evaluation data to acronym_identification (#4561)
Browse filesCommit from https://github.com/huggingface/datasets/commit/f6de6dcac81764c365423f5822f1989897146e64
README.md
CHANGED
@@ -19,6 +19,15 @@ task_ids:
|
|
19 |
- token-classification-other-acronym-identification
|
20 |
paperswithcode_id: acronym-identification
|
21 |
pretty_name: Acronym Identification Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Acronym Identification Dataset
|
|
|
19 |
- token-classification-other-acronym-identification
|
20 |
paperswithcode_id: acronym-identification
|
21 |
pretty_name: Acronym Identification Dataset
|
22 |
+
train-eval-index:
|
23 |
+
- config: default
|
24 |
+
task: token-classification
|
25 |
+
task_id: entity_extraction
|
26 |
+
splits:
|
27 |
+
eval_split: test
|
28 |
+
col_mapping:
|
29 |
+
tokens: tokens
|
30 |
+
labels: tags
|
31 |
---
|
32 |
|
33 |
# Dataset Card for Acronym Identification Dataset
|