Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
Kriyans commited on
Commit
fb84e0b
1 Parent(s): 2b71e77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -6
README.md CHANGED
@@ -1,7 +1,56 @@
1
- ---
 
 
 
2
  language:
3
- - en
4
- - hi
5
- - gu
6
- license: cc-by-4.0
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotations_creators:
2
+ - crowdsourced
3
+ language_creators:
4
+ - found
5
  language:
6
+ - en
7
+ license:
8
+ - cc-by-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - 1K<n<10K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - token-classification
17
+ task_ids:
18
+ - named-entity-recognition
19
+ paperswithcode_id: wnut-2017-emerging-and-rare-entity
20
+ pretty_name: WNUT 17
21
+ dataset_info:
22
+ features:
23
+ - name: id
24
+ dtype: string
25
+ - name: tokens
26
+ sequence: string
27
+ - name: ner_tags
28
+ sequence:
29
+ class_label:
30
+ names:
31
+ '0': O
32
+ '1': B-corporation
33
+ '2': I-corporation
34
+ '3': B-creative-work
35
+ '4': I-creative-work
36
+ '5': B-group
37
+ '6': I-group
38
+ '7': B-location
39
+ '8': I-location
40
+ '9': B-person
41
+ '10': I-person
42
+ '11': B-product
43
+ '12': I-product
44
+ config_name: wnut_17
45
+ splits:
46
+ - name: train
47
+ num_bytes: 1078379
48
+ num_examples: 3394
49
+ - name: validation
50
+ num_bytes: 259383
51
+ num_examples: 1009
52
+ - name: test
53
+ num_bytes: 405536
54
+ num_examples: 1287
55
+ download_size: 800955
56
+ dataset_size: 1743298