Commit ·
4dd6d80
1
Parent(s): 3a3306e
update model card README.md
Browse files
README.md
CHANGED
|
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss:
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1 Score: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -41,28 +41,23 @@ More information needed
|
|
| 41 |
### Training hyperparameters
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
-
- learning_rate:
|
| 45 |
-
- train_batch_size:
|
| 46 |
-
- eval_batch_size:
|
| 47 |
-
- seed:
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
-
- num_epochs:
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
-
| Training Loss | Epoch | Step
|
| 55 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.0178 | 6.0 | 3876 | 3.2365 | 0.7324 | 0.7324 | 0.7324 | 0.7329 |
|
| 62 |
-
| 0.0129 | 7.0 | 4522 | 3.2885 | 0.7223 | 0.7223 | 0.7223 | 0.7230 |
|
| 63 |
-
| 0.0213 | 8.0 | 5168 | 3.3215 | 0.7201 | 0.7201 | 0.7201 | 0.7209 |
|
| 64 |
-
| 0.0397 | 9.0 | 5814 | 3.2563 | 0.7269 | 0.7269 | 0.7269 | 0.7274 |
|
| 65 |
-
| 0.1601 | 10.0 | 6460 | 3.2354 | 0.7269 | 0.7269 | 0.7269 | 0.7277 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.6569
|
| 22 |
+
- Accuracy: 0.7419
|
| 23 |
+
- Precision: 0.7419
|
| 24 |
+
- Recall: 0.7419
|
| 25 |
+
- F1 Score: 0.7426
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 41 |
### Training hyperparameters
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
+
- learning_rate: 3e-06
|
| 45 |
+
- train_batch_size: 1
|
| 46 |
+
- eval_batch_size: 1
|
| 47 |
+
- seed: 101
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
+
- num_epochs: 5
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
| 55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
| 56 |
+
| 1.403 | 1.0 | 10330 | 1.3860 | 0.7128 | 0.7128 | 0.7128 | 0.7142 |
|
| 57 |
+
| 1.3213 | 2.0 | 20660 | 1.3367 | 0.7365 | 0.7365 | 0.7365 | 0.7371 |
|
| 58 |
+
| 1.1611 | 3.0 | 30990 | 1.4699 | 0.7396 | 0.7396 | 0.7396 | 0.7406 |
|
| 59 |
+
| 1.0222 | 4.0 | 41320 | 1.6050 | 0.7374 | 0.7374 | 0.7374 | 0.7383 |
|
| 60 |
+
| 0.9008 | 5.0 | 51650 | 1.6569 | 0.7419 | 0.7419 | 0.7419 | 0.7426 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|