tringuyen-uit
commited on
Commit
•
d14890b
1
Parent(s):
bf77293
End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# MRC_ER_InfoXLM-large_syl_DSC
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Exact Match: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,15 +44,14 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:-----------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.7071 | 3.0 | 38184 | 0.9209 | 0.7105 | 0.8665 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
base_model: tringuyen-uit/MRC_ER_InfoXLM-large_syl_DSC
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# MRC_ER_InfoXLM-large_syl_DSC
|
17 |
|
18 |
+
This model is a fine-tuned version of [tringuyen-uit/MRC_ER_InfoXLM-large_syl_DSC](https://huggingface.co/tringuyen-uit/MRC_ER_InfoXLM-large_syl_DSC) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9789
|
21 |
+
- Exact Match: 0.7016
|
22 |
+
- F1: 0.8574
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:-----------:|:------:|
|
53 |
+
| 0.6848 | 1.0 | 12728 | 0.9842 | 0.6596 | 0.8277 |
|
54 |
+
| 0.6025 | 2.0 | 25456 | 0.9789 | 0.7016 | 0.8574 |
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|