Adive01 commited on
Commit
ccbe92e
·
verified ·
1 Parent(s): 28fdb28

Upload mlplo/data/processed/xsum_debug/manifest.json with huggingface_hub

Browse files
mlplo/data/processed/xsum_debug/manifest.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "xsum",
3
+ "dataset_config": null,
4
+ "model_name": "facebook/bart-base",
5
+ "text_column": "document",
6
+ "summary_column": "summary",
7
+ "max_input_length": 768,
8
+ "max_target_length": 96,
9
+ "subset_limits": {
10
+ "train": 256,
11
+ "validation": 64,
12
+ "test": 64
13
+ },
14
+ "splits": {
15
+ "train": 238,
16
+ "validation": 61,
17
+ "test": 58
18
+ },
19
+ "duplicates_removed": {
20
+ "train": 0,
21
+ "validation": 0,
22
+ "test": 0
23
+ }
24
+ }