rafaelm47labs commited on
Commit
5935390
1 Parent(s): 514c0f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -67,12 +67,21 @@ An example on how to use the model in this page can be found in this colab noteb
67
 
68
  ## Validation Results
69
 
70
- ,n_example,epoch,loss,acc,precision,recall
71
- 0,1000,0,1.916002897115854,36.1997226074896,1.0,1.0
72
- 1,1000,1,1.2941598492664295,62.2746185852982,0.0,0.0
73
- 2,1000,2,0.8201534710415117,76.97642163661581,1.0,1.0
74
- 3,1000,3,0.524806430051615,86.9625520110957,1.0,1.0
75
- 4,1000,4,0.30662027455784463,92.64909847434119,1.0,1.0
 
 
 
 
 
 
 
 
 
76
 
77
 
78
 
 
67
 
68
  ## Validation Results
69
 
70
+
71
+ |n_example|epoch|loss|acc|
72
+ |500|0|2.0770938420295715|24.5|
73
+ |500|1|1.6953029704093934|50.25|
74
+ |500|2|1.258900796175003|64.25|
75
+ |500|3|0.8342628020048142|78.25|
76
+ |500|4|0.5135736921429634|90.25|
77
+
78
+
79
+ |n_example|epoch|loss|acc|
80
+ |1000|0|1.916002897115854|36.1997226074896|
81
+ |1000|1|1.2941598492664295|62.2746185852982|
82
+ |1000|2|0.8201534710415117|76.97642163661581|
83
+ |1000|3|0.524806430051615|86.9625520110957|
84
+ |1000|4|0.30662027455784463|92.64909847434119|
85
 
86
 
87