katsuchi commited on
Commit
8a9ff73
·
verified ·
1 Parent(s): 8cbbef0

Training in progress, epoch 1

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-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.0969
22
- - F1: 0.9388
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: 3
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | F1 |
53
  |:-------------:|:-----:|:-----:|:---------------:|:------:|
54
- | 0.2591 | 1.0 | 20841 | 0.1267 | 0.9389 |
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:160faf08b93ce6d385bfb423188fd697a1c252931bdb01e07b3991ab6aa91f35
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:ca734586d7f8e987d5d0e2049c1b5fff08e32459950e5f82208b1f30f5f4091b
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36077fb3182458a0886ffb77cfa7146e5991dfb928c337f0f03ba8e1c749c23
3
  size 5304