Ddream-ai commited on
Commit
a31fb5a
·
1 Parent(s): 382c405

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +52 -1
dataset_infos.json CHANGED
@@ -1 +1,52 @@
1
- {"nlhappy--CMeEE": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "ents": [{"indices": {"feature": {"dtype": "int64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "score": {"dtype": "int64", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}]}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 8592427, "num_examples": 14897, "dataset_name": "CMeEE"}, "validation": {"name": "validation", "num_bytes": 2851335, "num_examples": 4968, "dataset_name": "CMeEE"}}, "download_checksums": null, "download_size": 3434382, "post_processing_size": null, "dataset_size": 11443762, "size_in_bytes": 14878144}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "ents": [
12
+ {
13
+ "indices": {
14
+ "feature": {
15
+ "dtype": "int64",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "label": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "score": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ }
33
+ ]
34
+ },
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 8592427,
39
+ "num_examples": 14897,
40
+ "dataset_name": null
41
+ },
42
+ "validation": {
43
+ "name": "validation",
44
+ "num_bytes": 2851335,
45
+ "num_examples": 4968,
46
+ "dataset_name": null
47
+ }
48
+ },
49
+ "download_size": 3572845,
50
+ "dataset_size": 11443762,
51
+ "size_in_bytes": 15016607
52
+ }}