tasinhoque
commited on
Commit
•
ecf89bf
1
Parent(s):
4c3544a
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -37,6 +37,8 @@ At first, 4 epochs of training with a learning rate of 5e-5 was performed on the
|
|
37 |
After that, the weights were loaded in a new environment and another epoch of training was done (this time with a learning rate of 2e-5).
|
38 |
As the performance decreased in the fifth epoch, further training was discontinued.
|
39 |
|
|
|
|
|
40 |
## Intended uses & limitations
|
41 |
|
42 |
More information needed
|
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
+
value: 0.5072
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
37 |
After that, the weights were loaded in a new environment and another epoch of training was done (this time with a learning rate of 2e-5).
|
38 |
As the performance decreased in the fifth epoch, further training was discontinued.
|
39 |
|
40 |
+
After the 4th epoch, the model achieved a Macro F1 score of 52.99% on the test set, but the fifth epoch ruined the performance.
|
41 |
+
|
42 |
## Intended uses & limitations
|
43 |
|
44 |
More information needed
|