ranjan56cse commited on
Commit
d89840e
·
verified ·
1 Parent(s): bf7f6b4

Upload t5_baseline_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. t5_baseline_results.json +17 -0
t5_baseline_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "baseline",
3
+ "base_model": "google-t5/t5-base",
4
+ "lora_model": null,
5
+ "num_predictions": 11334,
6
+ "inference_time_seconds": 10640.153482,
7
+ "inference_time_minutes": 177.33589136666666,
8
+ "samples_per_second": 1.0652101982526647,
9
+ "avg_prediction_length": 46.35247926592553,
10
+ "avg_reference_length": 21.097582495147343,
11
+ "timestamp": "2025-11-10T05:48:03.107433",
12
+ "config": {
13
+ "max_source_length": 512,
14
+ "max_target_length": 128,
15
+ "num_beams": 4
16
+ }
17
+ }