lhoestq HF staff commited on
Commit
5c0cdaf
1 Parent(s): 0390458

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -19,6 +19,62 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: SmartData
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for SmartData
@@ -165,4 +221,4 @@ CC-BY 4.0
165
 
166
  ### Contributions
167
 
168
- Thanks to [@aseifert](https://github.com/aseifert) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: SmartData
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: ner_tags
29
+ sequence:
30
+ class_label:
31
+ names:
32
+ 0: O
33
+ 1: B-DATE
34
+ 2: I-DATE
35
+ 3: B-DISASTER_TYPE
36
+ 4: I-DISASTER_TYPE
37
+ 5: B-DISTANCE
38
+ 6: I-DISTANCE
39
+ 7: B-DURATION
40
+ 8: I-DURATION
41
+ 9: B-LOCATION
42
+ 10: I-LOCATION
43
+ 11: B-LOCATION_CITY
44
+ 12: I-LOCATION_CITY
45
+ 13: B-LOCATION_ROUTE
46
+ 14: I-LOCATION_ROUTE
47
+ 15: B-LOCATION_STOP
48
+ 16: I-LOCATION_STOP
49
+ 17: B-LOCATION_STREET
50
+ 18: I-LOCATION_STREET
51
+ 19: B-NUMBER
52
+ 20: I-NUMBER
53
+ 21: B-ORGANIZATION
54
+ 22: I-ORGANIZATION
55
+ 23: B-ORGANIZATION_COMPANY
56
+ 24: I-ORGANIZATION_COMPANY
57
+ 25: B-ORG_POSITION
58
+ 26: I-ORG_POSITION
59
+ 27: B-PERSON
60
+ 28: I-PERSON
61
+ 29: B-TIME
62
+ 30: I-TIME
63
+ 31: B-TRIGGER
64
+ 32: I-TRIGGER
65
+ config_name: smartdata-v3_20200302
66
+ splits:
67
+ - name: test
68
+ num_bytes: 266529
69
+ num_examples: 230
70
+ - name: train
71
+ num_bytes: 2124312
72
+ num_examples: 1861
73
+ - name: validation
74
+ num_bytes: 258681
75
+ num_examples: 228
76
+ download_size: 18880782
77
+ dataset_size: 2649522
78
  ---
79
 
80
  # Dataset Card for SmartData
 
221
 
222
  ### Contributions
223
 
224
+ Thanks to [@aseifert](https://github.com/aseifert) for adding this dataset.