Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
acronym-identification
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -29,6 +29,33 @@ train-eval-index:
|
|
29 |
labels: tags
|
30 |
tags:
|
31 |
- acronym-identification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
# Dataset Card for Acronym Identification Dataset
|
|
|
29 |
labels: tags
|
30 |
tags:
|
31 |
- acronym-identification
|
32 |
+
dataset_info:
|
33 |
+
features:
|
34 |
+
- name: id
|
35 |
+
dtype: string
|
36 |
+
- name: tokens
|
37 |
+
sequence: string
|
38 |
+
- name: labels
|
39 |
+
sequence:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: B-long
|
43 |
+
1: B-short
|
44 |
+
2: I-long
|
45 |
+
3: I-short
|
46 |
+
4: O
|
47 |
+
splits:
|
48 |
+
- name: test
|
49 |
+
num_bytes: 987728
|
50 |
+
num_examples: 1750
|
51 |
+
- name: train
|
52 |
+
num_bytes: 7792803
|
53 |
+
num_examples: 14006
|
54 |
+
- name: validation
|
55 |
+
num_bytes: 952705
|
56 |
+
num_examples: 1717
|
57 |
+
download_size: 8556464
|
58 |
+
dataset_size: 9733236
|
59 |
---
|
60 |
|
61 |
# Dataset Card for Acronym Identification Dataset
|