dipudl commited on
Commit
0a15ab5
1 Parent(s): 9d50d7f

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +62 -1
dataset_infos.json CHANGED
@@ -1 +1,62 @@
1
- {"dipudl--dataverse-tokenized-dataset": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "labels": {"dtype": "int64", "id": null, "_type": "Value"}, "__index_level_0__": {"dtype": "int64", "id": null, "_type": "Value"}, "input_ids": {"feature": {"dtype": "int32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "attention_mask": {"feature": {"dtype": "int8", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 1733391946, "num_examples": 1208706, "dataset_name": "dataverse-tokenized-dataset"}}, "download_checksums": null, "download_size": 829489787, "post_processing_size": null, "dataset_size": 1733391946, "size_in_bytes": 2562881733}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"dipudl--dataverse-tokenized-dataset": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "category": {
13
+ "dtype": "int64",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "__index_level_0__": {
18
+ "dtype": "int64",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "input_ids": {
23
+ "feature": {
24
+ "dtype": "int32",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "length": -1,
29
+ "id": null,
30
+ "_type": "Sequence"
31
+ },
32
+ "attention_mask": {
33
+ "feature": {
34
+ "dtype": "int8",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "length": -1,
39
+ "id": null,
40
+ "_type": "Sequence"
41
+ }
42
+ },
43
+ "post_processed": null,
44
+ "supervised_keys": null,
45
+ "task_templates": null,
46
+ "builder_name": null,
47
+ "config_name": null,
48
+ "version": null,
49
+ "splits": {
50
+ "train": {
51
+ "name": "train",
52
+ "num_bytes": 2323916651,
53
+ "num_examples": 1624903,
54
+ "dataset_name": "dataverse-tokenized-dataset"
55
+ }
56
+ },
57
+ "download_checksums": null,
58
+ "download_size": 1112153923,
59
+ "post_processing_size": null,
60
+ "dataset_size": 2323916651,
61
+ "size_in_bytes": 3436070574
62
+ }}