Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ The following hyperparameters were used during training:
|
|
84 |
- seed: 42
|
85 |
- optimizer: Adam with weight decay fix
|
86 |
- lr_scheduler_type: linear
|
87 |
-
- num_epochs:
|
88 |
|
89 |
### Framework versions
|
90 |
|
@@ -97,9 +97,9 @@ The following hyperparameters were used during training:
|
|
97 |
|
98 |
The model achieves the following results on the evaluation set:
|
99 |
|
100 |
-
- Precision: 0.
|
101 |
-
- Recall: 0.
|
102 |
-
- F1 Score: 0.
|
103 |
|
104 |
## Ethical considerations
|
105 |
|
|
|
84 |
- seed: 42
|
85 |
- optimizer: Adam with weight decay fix
|
86 |
- lr_scheduler_type: linear
|
87 |
+
- num_epochs: 10
|
88 |
|
89 |
### Framework versions
|
90 |
|
|
|
97 |
|
98 |
The model achieves the following results on the evaluation set:
|
99 |
|
100 |
+
- Precision: 0.987843
|
101 |
+
- Recall: 0.988498
|
102 |
+
- F1 Score: 0.988170
|
103 |
|
104 |
## Ethical considerations
|
105 |
|