Model save
Browse files
README.md
CHANGED
|
@@ -14,11 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# AV_MAE_task2_8_DF1M
|
| 16 |
|
| 17 |
-
This model
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
-
- F1: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -44,14 +44,14 @@ The following hyperparameters were used during training:
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_ratio: 0.1
|
| 47 |
-
- training_steps:
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
| 54 |
-
| 0.
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
# AV_MAE_task2_8_DF1M
|
| 16 |
|
| 17 |
+
This model was trained from scratch on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.3903
|
| 20 |
+
- Accuracy: 0.8924
|
| 21 |
+
- F1: 0.8831
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_ratio: 0.1
|
| 47 |
+
- training_steps: 13750
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
| 54 |
+
| 0.3724 | 1.0 | 13750 | 0.3903 | 0.8924 | 0.8831 |
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|