spencer commited on
Commit
1d3f0de
1 Parent(s): 57b74a8

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +72 -0
dataset_infos.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"spencer--python_slack": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "users": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "ts": {
18
+ "dtype": "string",
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
+ "token_type_ids": {
33
+ "feature": {
34
+ "dtype": "int8",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "length": -1,
39
+ "id": null,
40
+ "_type": "Sequence"
41
+ },
42
+ "attention_mask": {
43
+ "feature": {
44
+ "dtype": "int8",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "length": -1,
49
+ "id": null,
50
+ "_type": "Sequence"
51
+ }
52
+ },
53
+ "post_processed": null,
54
+ "supervised_keys": null,
55
+ "task_templates": null,
56
+ "builder_name": null,
57
+ "config_name": null,
58
+ "version": null,
59
+ "splits": {
60
+ "train": {
61
+ "name": "train",
62
+ "num_bytes": 176039767,
63
+ "num_examples": 54720,
64
+ "dataset_name": "python_slack"
65
+ }
66
+ },
67
+ "download_checksums": null,
68
+ "download_size": 6508766,
69
+ "post_processing_size": null,
70
+ "dataset_size": 176039767,
71
+ "size_in_bytes": 182548533
72
+ }}