Amanaccessassist commited on
Commit
7b03907
1 Parent(s): 3478174

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Total Samples
2
+ Samples: 716017(Train+Test)
3
+
4
+ Training Samples: 579973
5
+
6
+ Validation Samples :64442
7
+
8
+ Test Samples :71602
9
+
10
+ # Overall Metrics
11
+ Accuracy :92%
12
+
13
+ F1 Score:92%
14
+
15
+ Recall:92%
16
+
17
+ Precisison: 92%
18
+
19
+ # Fine Tune Parameters
20
+ No of epochs: 3
21
+ Batch Size: 16
22
+ evaluation startegy: epoch
23
+ optimiser:Adamw
24
+ learning_rate:2e-5
25
+ Monitoring Train & Evaluation:WANDB
26
+
27
+ # Train
28
+ train_runtime': 1594.4072, 'train_samples_per_second': 80.281, 'train_steps_per_second': 0.627, 'total_flos': 5589761482241280.0, 'train_loss': 0.26639655661582945, 'epoch': 0.22
29
+
30
+ # Validation
31
+ 'eval_loss': 0.22991116344928741,'eval_accuracy': 0.9211073523478477,'eval_precision': 0.9213582014463746,'eval_recall': 0.921107352347847'eval_f1': 0.9210970707304227,
32
+
33
+ 'eval_runtime': 238.5409,'eval_samples_per_second': 270.151,'eval_steps_per_second': 8.443,'epoch': 0.22