onon214 commited on
Commit
313be71
1 Parent(s): ae21ff3

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +47 -0
dataset_infos.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"onon214--mongolian-ner-demo": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "tokens": {
8
+ "feature": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "length": -1,
14
+ "id": null,
15
+ "_type": "Sequence"
16
+ },
17
+ "ner_tags": {
18
+ "feature": {
19
+ "dtype": "int64",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "length": -1,
24
+ "id": null,
25
+ "_type": "Sequence"
26
+ }
27
+ },
28
+ "post_processed": null,
29
+ "supervised_keys": null,
30
+ "task_templates": null,
31
+ "builder_name": null,
32
+ "config_name": null,
33
+ "version": null,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 4006367,
38
+ "num_examples": 10162,
39
+ "dataset_name": "mongolian-ner-demo"
40
+ }
41
+ },
42
+ "download_checksums": null,
43
+ "download_size": 714457,
44
+ "post_processing_size": null,
45
+ "dataset_size": 4006367,
46
+ "size_in_bytes": 4720824
47
+ }}