End of training
Browse files- README.md +20 -14
- model.safetensors +1 -1
- tokenizer_config.json +7 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
base_model: LIAMF-USP/roberta-large-finetuned-race
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
@@ -18,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# roberta-mqa-formrat
|
| 20 |
|
| 21 |
-
This model
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 1.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -44,9 +42,11 @@ More information needed
|
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
- learning_rate: 2e-05
|
| 47 |
-
- train_batch_size:
|
| 48 |
- eval_batch_size: 16
|
| 49 |
- seed: 42
|
|
|
|
|
|
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
- num_epochs: 3
|
|
@@ -54,11 +54,17 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
-
| Training Loss | Epoch
|
| 58 |
-
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 61 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
metrics:
|
|
|
|
| 16 |
|
| 17 |
# roberta-mqa-formrat
|
| 18 |
|
| 19 |
+
This model was trained from scratch on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.1135
|
| 22 |
+
- Accuracy: 0.5671
|
| 23 |
+
- F1: 0.5659
|
| 24 |
+
- Precision: 0.5683
|
| 25 |
+
- Recall: 0.5650
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 2e-05
|
| 45 |
+
- train_batch_size: 4
|
| 46 |
- eval_batch_size: 16
|
| 47 |
- seed: 42
|
| 48 |
+
- gradient_accumulation_steps: 2
|
| 49 |
+
- total_train_batch_size: 8
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
- num_epochs: 3
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 58 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
+
| 1.451 | 0.3233 | 1200 | 1.4125 | 0.4105 | 0.4093 | 0.4151 | 0.4107 |
|
| 60 |
+
| 1.416 | 0.6466 | 2400 | 1.3482 | 0.4412 | 0.4394 | 0.4438 | 0.4385 |
|
| 61 |
+
| 1.3157 | 0.9698 | 3600 | 1.2933 | 0.4788 | 0.4772 | 0.4776 | 0.4773 |
|
| 62 |
+
| 1.2616 | 1.2931 | 4800 | 1.2389 | 0.5032 | 0.5022 | 0.5053 | 0.5011 |
|
| 63 |
+
| 1.221 | 1.6164 | 6000 | 1.2049 | 0.5053 | 0.5039 | 0.5060 | 0.5029 |
|
| 64 |
+
| 1.1556 | 1.9397 | 7200 | 1.1792 | 0.5288 | 0.5276 | 0.5295 | 0.5265 |
|
| 65 |
+
| 1.082 | 2.2629 | 8400 | 1.1593 | 0.5451 | 0.5434 | 0.5487 | 0.5415 |
|
| 66 |
+
| 1.0692 | 2.5862 | 9600 | 1.1153 | 0.5613 | 0.5606 | 0.5641 | 0.5594 |
|
| 67 |
+
| 1.0066 | 2.9095 | 10800 | 1.1135 | 0.5671 | 0.5659 | 0.5683 | 0.5650 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421491284
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dd9ac53780af5f8be9aefe9efc425f427a115ce6b44c87c76109eb7bc2bd313
|
| 3 |
size 1421491284
|
tokenizer_config.json
CHANGED
|
@@ -48,10 +48,17 @@
|
|
| 48 |
"eos_token": "</s>",
|
| 49 |
"errors": "replace",
|
| 50 |
"mask_token": "<mask>",
|
|
|
|
| 51 |
"model_max_length": 512,
|
|
|
|
| 52 |
"pad_token": "<pad>",
|
|
|
|
|
|
|
| 53 |
"sep_token": "</s>",
|
|
|
|
| 54 |
"tokenizer_class": "RobertaTokenizer",
|
| 55 |
"trim_offsets": true,
|
|
|
|
|
|
|
| 56 |
"unk_token": "<unk>"
|
| 57 |
}
|
|
|
|
| 48 |
"eos_token": "</s>",
|
| 49 |
"errors": "replace",
|
| 50 |
"mask_token": "<mask>",
|
| 51 |
+
"max_length": 128,
|
| 52 |
"model_max_length": 512,
|
| 53 |
+
"pad_to_multiple_of": null,
|
| 54 |
"pad_token": "<pad>",
|
| 55 |
+
"pad_token_type_id": 0,
|
| 56 |
+
"padding_side": "right",
|
| 57 |
"sep_token": "</s>",
|
| 58 |
+
"stride": 0,
|
| 59 |
"tokenizer_class": "RobertaTokenizer",
|
| 60 |
"trim_offsets": true,
|
| 61 |
+
"truncation_side": "right",
|
| 62 |
+
"truncation_strategy": "longest_first",
|
| 63 |
"unk_token": "<unk>"
|
| 64 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba3fb9ae00b42cfbf8814d7e9a4a384a5358e732b8de29d5dd573ebcfcd93c92
|
| 3 |
size 4920
|