updating readme data
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
##Training Parameters
|
5 |
+
learning rate: 2e-5
|
6 |
+
epochs: 40
|
7 |
+
weight decay: 0.01
|
8 |
+
batch size: 16
|
9 |
+
|
10 |
+
##Metrics
|
11 |
+
acuraccy: 0.93
|
12 |
+
macro-F1 (macro avg): 0.88
|
13 |
+
best epoch: 15
|
14 |
+
|
15 |
+
|