rjac commited on
Commit
07496ff
1 Parent(s): a45677e

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +71 -0
dataset_infos.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"rjac--kaggle-entity-annotated-corpus-ner-dataset": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "sentence_id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "tokens": {
13
+ "feature": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "length": -1,
19
+ "id": null,
20
+ "_type": "Sequence"
21
+ },
22
+ "ner_tags": {
23
+ "feature": {
24
+ "num_classes": 17,
25
+ "names": [
26
+ "O",
27
+ "B-PER",
28
+ "I-PER",
29
+ "B-ORG",
30
+ "I-ORG",
31
+ "B-GEO",
32
+ "I-GEO",
33
+ "B-GPE",
34
+ "I-GPE",
35
+ "B-TIM",
36
+ "I-TIM",
37
+ "B-ART",
38
+ "I-ART",
39
+ "B-EVE",
40
+ "I-EVE",
41
+ "B-NAT",
42
+ "I-NAT"
43
+ ],
44
+ "id": null,
45
+ "_type": "ClassLabel"
46
+ },
47
+ "length": -1,
48
+ "id": null,
49
+ "_type": "Sequence"
50
+ }
51
+ },
52
+ "post_processed": null,
53
+ "supervised_keys": null,
54
+ "task_templates": null,
55
+ "builder_name": null,
56
+ "config_name": null,
57
+ "version": null,
58
+ "splits": {
59
+ "train": {
60
+ "name": "train",
61
+ "num_bytes": 18440337,
62
+ "num_examples": 47959,
63
+ "dataset_name": "kaggle-entity-annotated-corpus-ner-dataset"
64
+ }
65
+ },
66
+ "download_checksums": null,
67
+ "download_size": 3396839,
68
+ "post_processing_size": null,
69
+ "dataset_size": 18440337,
70
+ "size_in_bytes": 21837176
71
+ }}