Training in progress, epoch 1
Browse files- README.md +6 -8
- adapter_config.json +4 -0
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
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 |
|
@@ -45,15 +45,13 @@ The following hyperparameters were used during training:
|
|
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:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.1394 | 2.0 | 41682 | 0.1041 | 0.9383 |
|
56 |
-
| 0.0932 | 3.0 | 62523 | 0.0969 | 0.9388 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
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.1034
|
22 |
+
- F1: 0.9391
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
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.2041 | 1.0 | 20841 | 0.1034 | 0.9391 |
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -15,6 +15,10 @@
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
|
|
|
|
|
|
|
|
18 |
"classifier",
|
19 |
"score",
|
20 |
"classifier",
|
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
+
"classifier",
|
19 |
+
"score",
|
20 |
+
"classifier",
|
21 |
+
"score",
|
22 |
"classifier",
|
23 |
"score",
|
24 |
"classifier",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2384720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb70762f9b186e224724e552342548d98f1e8a3d9cb546139f399ca942bff55a
|
3 |
size 2384720
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d36077fb3182458a0886ffb77cfa7146e5991dfb928c337f0f03ba8e1c749c23
|
3 |
size 5304
|