End of training
Browse files
README.md
CHANGED
@@ -7,19 +7,19 @@ metrics:
|
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
-
- name: bert-dair-ai-emotion
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
# bert-dair-ai-emotion
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -42,20 +42,16 @@ The following hyperparameters were used during training:
|
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
-
- gradient_accumulation_steps: 16
|
46 |
-
- total_train_batch_size: 256
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.2249 | 1.9996 | 2604 | 0.1632 | 0.9301 |
|
58 |
-
| 0.204 | 2.9996 | 3906 | 0.1483 | 0.9320 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
+
- name: bert-dair-ai-emotion-testing
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# bert-dair-ai-emotion-testing
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1414
|
22 |
+
- F1: 0.9337
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
|
|
|
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 500
|
48 |
+
- num_epochs: 1
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
53 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
54 |
+
| 0.2988 | 1.0 | 20841 | 0.1414 | 0.9337 |
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|