Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
85801c4
1 Parent(s): 368f0b7

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -0
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