Model save
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [dandelin/vilt-b32-mlm](https://huggingface.co/dandelin/vilt-b32-mlm) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,22 +45,13 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step
|
53 |
-
|
54 |
-
| 4.
|
55 |
-
| 3.7352 | 2.0 | 5356 | 10.4438 | 0.0 | 0.0 |
|
56 |
-
| 2.1774 | 3.0 | 8034 | 11.5371 | 0.0 | 0.0 |
|
57 |
-
| 1.1338 | 4.0 | 10712 | 12.9686 | 0.0 | 0.0 |
|
58 |
-
| 0.6816 | 5.0 | 13390 | 15.4396 | 0.0 | 0.0 |
|
59 |
-
| 0.3725 | 6.0 | 16068 | 17.1792 | 0.01 | 0.01 |
|
60 |
-
| 0.1133 | 7.0 | 18746 | 18.8999 | 0.01 | 0.01 |
|
61 |
-
| 0.0494 | 8.0 | 21424 | 19.9610 | 0.01 | 0.01 |
|
62 |
-
| 0.0905 | 9.0 | 24102 | 20.6784 | 0.02 | 0.02 |
|
63 |
-
| 0.0749 | 10.0 | 26780 | 21.0818 | 0.02 | 0.02 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [dandelin/vilt-b32-mlm](https://huggingface.co/dandelin/vilt-b32-mlm) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 9.2119
|
22 |
+
- Accuracy: 0.0
|
23 |
+
- F1: 0.0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 1
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
54 |
+
| 4.1003 | 1.0 | 2678 | 9.2119 | 0.0 | 0.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|