Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
c3c245a
1 Parent(s): 173af15

Replace YAML keys from int to str (#3)

Browse files

- Replace YAML keys from int to str (ccaab3138081ddfc783332d2bf618c35c0d47412)

Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -18,15 +18,6 @@ task_categories:
18
  task_ids: []
19
  paperswithcode_id: acronym-identification
20
  pretty_name: Acronym Identification Dataset
21
- train-eval-index:
22
- - config: default
23
- task: token-classification
24
- task_id: entity_extraction
25
- splits:
26
- eval_split: test
27
- col_mapping:
28
- tokens: tokens
29
- labels: tags
30
  tags:
31
  - acronym-identification
32
  dataset_info:
@@ -39,11 +30,11 @@ dataset_info:
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: train
49
  num_bytes: 7792803
@@ -56,6 +47,15 @@ dataset_info:
56
  num_examples: 1750
57
  download_size: 8556464
58
  dataset_size: 9733236
 
 
 
 
 
 
 
 
 
59
  ---
60
 
61
  # Dataset Card for Acronym Identification Dataset
18
  task_ids: []
19
  paperswithcode_id: acronym-identification
20
  pretty_name: Acronym Identification Dataset
 
 
 
 
 
 
 
 
 
21
  tags:
22
  - acronym-identification
23
  dataset_info:
30
  sequence:
31
  class_label:
32
  names:
33
+ '0': B-long
34
+ '1': B-short
35
+ '2': I-long
36
+ '3': I-short
37
+ '4': O
38
  splits:
39
  - name: train
40
  num_bytes: 7792803
47
  num_examples: 1750
48
  download_size: 8556464
49
  dataset_size: 9733236
50
+ train-eval-index:
51
+ - config: default
52
+ task: token-classification
53
+ task_id: entity_extraction
54
+ splits:
55
+ eval_split: test
56
+ col_mapping:
57
+ tokens: tokens
58
+ labels: tags
59
  ---
60
 
61
  # Dataset Card for Acronym Identification Dataset