diegoale1248 commited on
Commit
6a9898e
1 Parent(s): 6021f24

update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -23,9 +23,25 @@ More information needed
23
 
24
  More information needed
25
 
26
- ## Training and evaluation data
27
 
28
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ## Training procedure
31
 
 
23
 
24
  More information needed
25
 
26
+ ## Training Metrics
27
 
28
+ Step Training Loss Validation Loss F1 Accuracy
29
+ 100 0.257000 0.432904 0.853367 0.905234
30
+ 200 0.241600 0.431226 0.848656 0.903030
31
+ 300 0.242200 0.407710 0.865890 0.908356
32
+ 400 0.201600 0.375613 0.881634 0.918825
33
+ 500 0.181400 0.378719 0.879368 0.916988
34
+ 600 0.168800 0.361804 0.885401 0.920478
35
+
36
+ ## Evaluation Metrics
37
+
38
+ {'eval_loss': 0.3545467257499695,
39
+ 'eval_F1': 0.8847876543649995,
40
+ 'eval_Accuracy': 0.9213957759412305,
41
+ 'eval_runtime': 14.8305,
42
+ 'eval_samples_per_second': 367.149,
43
+ 'eval_steps_per_second': 45.919,
44
+ 'epoch': 1.
45
 
46
  ## Training procedure
47