Akashpaul123 commited on
Commit
fc79f4b
·
verified ·
1 Parent(s): ba223df

Upload training_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_summary.json +22 -0
training_summary.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_info": {
3
+ "model_name": "roberta-base",
4
+ "use_lora": true,
5
+ "total_parameters": 124648708,
6
+ "trainable_parameters": 1183492,
7
+ "trainable_percentage": "0.95%"
8
+ },
9
+ "training_config": {
10
+ "epochs": 5,
11
+ "batch_size": 16,
12
+ "effective_batch_size": 32,
13
+ "learning_rate": 0.0003,
14
+ "lora_rank": 16
15
+ },
16
+ "test_results": {
17
+ "accuracy": 0.7948897444872244,
18
+ "f1": 0.7927007884028759,
19
+ "precision": 0.7915559690768426,
20
+ "recall": 0.7948897444872244
21
+ }
22
+ }