update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [dandelin/vilt-b32-mlm](https://huggingface.co/dandelin/vilt-b32-mlm) on the MAMI dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- F1: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
|
|
| 41 |
- eval_batch_size: 16
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
-
- lr_scheduler_type:
|
| 45 |
- lr_scheduler_warmup_ratio: 0.1
|
| 46 |
- num_epochs: 10.0
|
| 47 |
|
|
@@ -49,13 +49,13 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [dandelin/vilt-b32-mlm](https://huggingface.co/dandelin/vilt-b32-mlm) on the MAMI dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.5796
|
| 20 |
+
- F1: 0.7899
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 41 |
- eval_batch_size: 16
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
+
- lr_scheduler_type: linear
|
| 45 |
- lr_scheduler_warmup_ratio: 0.1
|
| 46 |
- num_epochs: 10.0
|
| 47 |
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 52 |
+
| 0.6898 | 0.48 | 100 | 0.6631 | 0.6076 |
|
| 53 |
+
| 0.5824 | 0.96 | 200 | 0.5055 | 0.7545 |
|
| 54 |
+
| 0.4306 | 1.44 | 300 | 0.4586 | 0.7861 |
|
| 55 |
+
| 0.4207 | 1.91 | 400 | 0.4439 | 0.7927 |
|
| 56 |
+
| 0.3055 | 2.39 | 500 | 0.4912 | 0.7949 |
|
| 57 |
+
| 0.2582 | 2.87 | 600 | 0.4921 | 0.7873 |
|
| 58 |
+
| 0.1875 | 3.35 | 700 | 0.5796 | 0.7899 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|