Model save
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
|
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: trigger_cls
|
| 11 |
results: []
|
|
@@ -18,8 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -39,8 +45,8 @@ More information needed
|
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
- learning_rate: 2e-05
|
| 42 |
-
- train_batch_size:
|
| 43 |
-
- eval_batch_size:
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
|
@@ -48,13 +54,13 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| No log | 1.0 |
|
| 54 |
-
|
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
+
- f1
|
| 12 |
model-index:
|
| 13 |
- name: trigger_cls
|
| 14 |
results: []
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.3221
|
| 25 |
+
- Accuracy: 0.8876
|
| 26 |
+
- Precision: 0.8878
|
| 27 |
+
- Recall: 0.8876
|
| 28 |
+
- F1: 0.8874
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 45 |
|
| 46 |
The following hyperparameters were used during training:
|
| 47 |
- learning_rate: 2e-05
|
| 48 |
+
- train_batch_size: 32
|
| 49 |
+
- eval_batch_size: 32
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
- lr_scheduler_type: linear
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
+
| No log | 1.0 | 201 | 0.5449 | 0.8120 | 0.8036 | 0.8120 | 0.7961 |
|
| 60 |
+
| No log | 2.0 | 402 | 0.3569 | 0.8757 | 0.8766 | 0.8757 | 0.8736 |
|
| 61 |
+
| 0.7649 | 3.0 | 603 | 0.3444 | 0.8826 | 0.8831 | 0.8826 | 0.8822 |
|
| 62 |
+
| 0.7649 | 4.0 | 804 | 0.3337 | 0.8832 | 0.8836 | 0.8832 | 0.8830 |
|
| 63 |
+
| 0.2524 | 5.0 | 1005 | 0.3221 | 0.8876 | 0.8878 | 0.8876 | 0.8874 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|