rajendrabaskota commited on
Commit
373f8be
·
1 Parent(s): a07a43e

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +77 -0
dataset_infos.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"rajendrabaskota--dataverse-tokenized-dataset-test": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "text": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "category": {
18
+ "dtype": "int64",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "__index_level_0__": {
23
+ "dtype": "int64",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "input_ids": {
28
+ "feature": {
29
+ "dtype": "int32",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "length": -1,
34
+ "id": null,
35
+ "_type": "Sequence"
36
+ },
37
+ "token_type_ids": {
38
+ "feature": {
39
+ "dtype": "int8",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "length": -1,
44
+ "id": null,
45
+ "_type": "Sequence"
46
+ },
47
+ "attention_mask": {
48
+ "feature": {
49
+ "dtype": "int8",
50
+ "id": null,
51
+ "_type": "Value"
52
+ },
53
+ "length": -1,
54
+ "id": null,
55
+ "_type": "Sequence"
56
+ }
57
+ },
58
+ "post_processed": null,
59
+ "supervised_keys": null,
60
+ "task_templates": null,
61
+ "builder_name": null,
62
+ "config_name": null,
63
+ "version": null,
64
+ "splits": {
65
+ "train": {
66
+ "name": "train",
67
+ "num_bytes": 285707509,
68
+ "num_examples": 172246,
69
+ "dataset_name": "dataverse-tokenized-dataset-test"
70
+ }
71
+ },
72
+ "download_checksums": null,
73
+ "download_size": 118668760,
74
+ "post_processing_size": null,
75
+ "dataset_size": 285707509,
76
+ "size_in_bytes": 404376269
77
+ }}