rjac commited on
Commit
56bcdcb
1 Parent(s): f88a9bc

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
- {"rjac--all-the-news-2-1-Component-ones-cluster-labels": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"paragraph": {"dtype": "string", "id": null, "_type": "Value"}, "cluster_lvl1": {"dtype": "int64", "id": null, "_type": "Value"}, "cluster_lvl3": {"dtype": "int64", "id": null, "_type": "Value"}, "cluster_lvl2": {"dtype": "int64", "id": null, "_type": "Value"}, "category_subCategory_topic": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "json", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8064411178, "num_examples": 2475520, "dataset_name": "all-the-news-2-1-Component-ones-cluster-labels"}}, "download_checksums": null, "download_size": 4966520302, "post_processing_size": null, "dataset_size": 8064411178, "size_in_bytes": 13030931480}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"rjac--all-the-news-2-1-Component-ones-cluster-labels": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "paragraph": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "cluster": {
13
+ "dtype": "int64",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "hierarchy": {
18
+ "dtype": "int64",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "category": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "topic": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "post_processed": null,
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "builder_name": null,
37
+ "config_name": null,
38
+ "version": null,
39
+ "splits": {
40
+ "train": {
41
+ "name": "train",
42
+ "num_bytes": 8006345978,
43
+ "num_examples": 2475520,
44
+ "dataset_name": "all-the-news-2-1-Component-ones-cluster-labels"
45
+ }
46
+ },
47
+ "download_checksums": null,
48
+ "download_size": 4955123563,
49
+ "post_processing_size": null,
50
+ "dataset_size": 8006345978,
51
+ "size_in_bytes": 12961469541
52
+ }}