Commit ·
2111dd1
1
Parent(s): 5e6f759
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 18 |
-
- Micro f1: 0.
|
| 19 |
-
- Macro f1: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -47,26 +47,26 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss | Micro f1 | Macro f1 |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.0420
|
| 18 |
+
- Micro f1: 0.6972
|
| 19 |
+
- Macro f1: 0.5740
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss | Micro f1 | Macro f1 |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 50 |
+
| 0.1542 | 1.0 | 404 | 0.0850 | 0.0 | 0.0 |
|
| 51 |
+
| 0.0853 | 2.0 | 808 | 0.0826 | 0.0 | 0.0 |
|
| 52 |
+
| 0.0828 | 3.0 | 1212 | 0.0776 | 0.0 | 0.0 |
|
| 53 |
+
| 0.0734 | 4.0 | 1616 | 0.0673 | 0.1735 | 0.0294 |
|
| 54 |
+
| 0.061 | 5.0 | 2020 | 0.0597 | 0.3500 | 0.0797 |
|
| 55 |
+
| 0.049 | 6.0 | 2424 | 0.0556 | 0.4449 | 0.1180 |
|
| 56 |
+
| 0.0398 | 7.0 | 2828 | 0.0497 | 0.5027 | 0.1615 |
|
| 57 |
+
| 0.0321 | 8.0 | 3232 | 0.0472 | 0.5609 | 0.2498 |
|
| 58 |
+
| 0.0261 | 9.0 | 3636 | 0.0481 | 0.5212 | 0.2442 |
|
| 59 |
+
| 0.0218 | 10.0 | 4040 | 0.0441 | 0.6238 | 0.3251 |
|
| 60 |
+
| 0.0182 | 11.0 | 4444 | 0.0423 | 0.6346 | 0.3880 |
|
| 61 |
+
| 0.0154 | 12.0 | 4848 | 0.0412 | 0.6573 | 0.4223 |
|
| 62 |
+
| 0.0126 | 13.0 | 5252 | 0.0419 | 0.6586 | 0.4570 |
|
| 63 |
+
| 0.0109 | 14.0 | 5656 | 0.0416 | 0.6646 | 0.4813 |
|
| 64 |
+
| 0.0092 | 15.0 | 6060 | 0.0401 | 0.6677 | 0.5041 |
|
| 65 |
+
| 0.0079 | 16.0 | 6464 | 0.0412 | 0.6859 | 0.5323 |
|
| 66 |
+
| 0.0068 | 17.0 | 6868 | 0.0435 | 0.6667 | 0.5372 |
|
| 67 |
+
| 0.0059 | 18.0 | 7272 | 0.0452 | 0.6735 | 0.5617 |
|
| 68 |
+
| 0.0053 | 19.0 | 7676 | 0.0420 | 0.6735 | 0.5590 |
|
| 69 |
+
| 0.0042 | 20.0 | 8080 | 0.0420 | 0.6972 | 0.5740 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|