Adive01 commited on
Commit
058f7f2
·
verified ·
1 Parent(s): f98c1b4

Upload mlplo/data/processed/xsum_medium/test/dataset_info.json with huggingface_hub

Browse files
mlplo/data/processed/xsum_medium/test/dataset_info.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "xsum",
6
+ "dataset_size": 532255381,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/train-00000-of-00001.parquet": {
10
+ "num_bytes": 299612457,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/validation-00000-of-00001.parquet": {
14
+ "num_bytes": 16447668,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/test-00000-of-00001.parquet": {
18
+ "num_bytes": 16731226,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 332791351,
23
+ "features": {
24
+ "document": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "summary": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "id": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "input_ids": {
37
+ "feature": {
38
+ "dtype": "int32",
39
+ "_type": "Value"
40
+ },
41
+ "_type": "List"
42
+ },
43
+ "attention_mask": {
44
+ "feature": {
45
+ "dtype": "int8",
46
+ "_type": "Value"
47
+ },
48
+ "_type": "List"
49
+ },
50
+ "labels": {
51
+ "feature": {
52
+ "dtype": "int64",
53
+ "_type": "Value"
54
+ },
55
+ "_type": "List"
56
+ }
57
+ },
58
+ "homepage": "",
59
+ "license": "",
60
+ "size_in_bytes": 865046732,
61
+ "splits": {
62
+ "train": {
63
+ "name": "train",
64
+ "num_bytes": 479206363,
65
+ "num_examples": 204045,
66
+ "dataset_name": "xsum"
67
+ },
68
+ "validation": {
69
+ "name": "validation",
70
+ "num_bytes": 26292877,
71
+ "num_examples": 11332,
72
+ "dataset_name": "xsum"
73
+ },
74
+ "test": {
75
+ "name": "test",
76
+ "num_bytes": 26756141,
77
+ "num_examples": 11334,
78
+ "dataset_name": "xsum"
79
+ }
80
+ },
81
+ "version": {
82
+ "version_str": "0.0.0",
83
+ "major": 0,
84
+ "minor": 0,
85
+ "patch": 0
86
+ }
87
+ }