carted-ml commited on
Commit
3bb4b9d
1 Parent(s): 83cd9c8

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +57 -0
dataset_infos.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"carted-ml--emotion-dataset-sampled-non-chunked-naming": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "emotion": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "__index_level_0__": {
13
+ "dtype": "int64",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "input_ids": {
18
+ "feature": {
19
+ "dtype": "int32",
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
+ },
38
+ "post_processed": null,
39
+ "supervised_keys": null,
40
+ "task_templates": null,
41
+ "builder_name": null,
42
+ "config_name": null,
43
+ "version": null,
44
+ "splits": {
45
+ "valid": {
46
+ "name": "valid",
47
+ "num_bytes": 133833,
48
+ "num_examples": 1000,
49
+ "dataset_name": "emotion-dataset-sampled-non-chunked-naming"
50
+ }
51
+ },
52
+ "download_checksums": null,
53
+ "download_size": 55800,
54
+ "post_processing_size": null,
55
+ "dataset_size": 133833,
56
+ "size_in_bytes": 189633
57
+ }}