TTian commited on
Commit
d286699
·
1 Parent(s): 8e8af88

Upload dataset_infos.json with huggingface_hub

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