End of training
Browse files- README.md +121 -0
- default/head_config.json +19 -0
- default/pytorch_model_head.bin +3 -0
- runs/Apr16_16-01-12_26f039cf9389/events.out.tfevents.1713283278.26f039cf9389.1477.0 +2 -2
- runs/Apr16_16-01-12_26f039cf9389/events.out.tfevents.1713298757.26f039cf9389.1477.1 +3 -0
- tapt_seq_bn/adapter_config.json +41 -0
- tapt_seq_bn/head_config.json +19 -0
- tapt_seq_bn/pytorch_adapter.bin +3 -0
- tapt_seq_bn/pytorch_model_head.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: roberta-base
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: tapt_helpfulness_pretraining_model_final
|
| 8 |
+
results: []
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
+
|
| 14 |
+
# tapt_helpfulness_pretraining_model_final
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.5048
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Intended uses & limitations
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training and evaluation data
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
### Training hyperparameters
|
| 35 |
+
|
| 36 |
+
The following hyperparameters were used during training:
|
| 37 |
+
- learning_rate: 0.0001
|
| 38 |
+
- train_batch_size: 21
|
| 39 |
+
- eval_batch_size: 21
|
| 40 |
+
- seed: 42
|
| 41 |
+
- gradient_accumulation_steps: 2
|
| 42 |
+
- total_train_batch_size: 42
|
| 43 |
+
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-06
|
| 44 |
+
- lr_scheduler_type: linear
|
| 45 |
+
- num_epochs: 100
|
| 46 |
+
|
| 47 |
+
### Training results
|
| 48 |
+
|
| 49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
| 51 |
+
| 4.7974 | 1.0 | 232 | 2.5728 |
|
| 52 |
+
| 2.4546 | 2.0 | 465 | 2.1447 |
|
| 53 |
+
| 2.1813 | 3.0 | 697 | 1.9812 |
|
| 54 |
+
| 2.0532 | 4.0 | 930 | 1.8776 |
|
| 55 |
+
| 1.9775 | 5.0 | 1162 | 1.8295 |
|
| 56 |
+
| 1.9073 | 6.0 | 1395 | 1.7695 |
|
| 57 |
+
| 1.88 | 7.0 | 1627 | 1.7444 |
|
| 58 |
+
| 1.8393 | 8.0 | 1860 | 1.7227 |
|
| 59 |
+
| 1.8182 | 9.0 | 2092 | 1.6952 |
|
| 60 |
+
| 1.7903 | 10.0 | 2325 | 1.6860 |
|
| 61 |
+
| 1.7805 | 11.0 | 2557 | 1.6647 |
|
| 62 |
+
| 1.7604 | 12.0 | 2790 | 1.6551 |
|
| 63 |
+
| 1.7472 | 13.0 | 3022 | 1.6403 |
|
| 64 |
+
| 1.7328 | 14.0 | 3255 | 1.6328 |
|
| 65 |
+
| 1.7251 | 15.0 | 3487 | 1.6339 |
|
| 66 |
+
| 1.704 | 16.0 | 3720 | 1.6132 |
|
| 67 |
+
| 1.7113 | 17.0 | 3952 | 1.6026 |
|
| 68 |
+
| 1.6898 | 18.0 | 4185 | 1.5934 |
|
| 69 |
+
| 1.692 | 19.0 | 4417 | 1.6081 |
|
| 70 |
+
| 1.6787 | 20.0 | 4650 | 1.5891 |
|
| 71 |
+
| 1.679 | 21.0 | 4882 | 1.5877 |
|
| 72 |
+
| 1.6632 | 22.0 | 5115 | 1.5764 |
|
| 73 |
+
| 1.6674 | 23.0 | 5347 | 1.5962 |
|
| 74 |
+
| 1.6627 | 24.0 | 5580 | 1.5759 |
|
| 75 |
+
| 1.6613 | 25.0 | 5812 | 1.5627 |
|
| 76 |
+
| 1.6421 | 26.0 | 6045 | 1.5636 |
|
| 77 |
+
| 1.6495 | 27.0 | 6277 | 1.5589 |
|
| 78 |
+
| 1.632 | 28.0 | 6510 | 1.5722 |
|
| 79 |
+
| 1.6343 | 29.0 | 6742 | 1.5717 |
|
| 80 |
+
| 1.638 | 30.0 | 6975 | 1.5477 |
|
| 81 |
+
| 1.6327 | 31.0 | 7207 | 1.5498 |
|
| 82 |
+
| 1.6218 | 32.0 | 7440 | 1.5496 |
|
| 83 |
+
| 1.6258 | 33.0 | 7672 | 1.5408 |
|
| 84 |
+
| 1.6205 | 34.0 | 7905 | 1.5361 |
|
| 85 |
+
| 1.6208 | 35.0 | 8137 | 1.5435 |
|
| 86 |
+
| 1.6105 | 36.0 | 8370 | 1.5285 |
|
| 87 |
+
| 1.6168 | 37.0 | 8602 | 1.5367 |
|
| 88 |
+
| 1.605 | 38.0 | 8835 | 1.5390 |
|
| 89 |
+
| 1.6139 | 39.0 | 9067 | 1.5382 |
|
| 90 |
+
| 1.599 | 40.0 | 9300 | 1.5283 |
|
| 91 |
+
| 1.6045 | 41.0 | 9532 | 1.5415 |
|
| 92 |
+
| 1.5947 | 42.0 | 9765 | 1.5284 |
|
| 93 |
+
| 1.6015 | 43.0 | 9997 | 1.5302 |
|
| 94 |
+
| 1.5952 | 44.0 | 10230 | 1.5434 |
|
| 95 |
+
| 1.5996 | 45.0 | 10462 | 1.5372 |
|
| 96 |
+
| 1.5924 | 46.0 | 10695 | 1.5147 |
|
| 97 |
+
| 1.5924 | 47.0 | 10927 | 1.5154 |
|
| 98 |
+
| 1.5867 | 48.0 | 11160 | 1.5339 |
|
| 99 |
+
| 1.5872 | 49.0 | 11392 | 1.5285 |
|
| 100 |
+
| 1.5829 | 50.0 | 11625 | 1.5139 |
|
| 101 |
+
| 1.5907 | 51.0 | 11857 | 1.5197 |
|
| 102 |
+
| 1.5841 | 52.0 | 12090 | 1.5263 |
|
| 103 |
+
| 1.5862 | 53.0 | 12322 | 1.4993 |
|
| 104 |
+
| 1.5728 | 54.0 | 12555 | 1.5045 |
|
| 105 |
+
| 1.5825 | 55.0 | 12787 | 1.5078 |
|
| 106 |
+
| 1.5729 | 56.0 | 13020 | 1.5030 |
|
| 107 |
+
| 1.5826 | 57.0 | 13252 | 1.5112 |
|
| 108 |
+
| 1.5718 | 58.0 | 13485 | 1.5157 |
|
| 109 |
+
| 1.5807 | 59.0 | 13717 | 1.5248 |
|
| 110 |
+
| 1.5725 | 60.0 | 13950 | 1.5161 |
|
| 111 |
+
| 1.5735 | 61.0 | 14182 | 1.5059 |
|
| 112 |
+
| 1.5694 | 62.0 | 14415 | 1.5198 |
|
| 113 |
+
| 1.5709 | 63.0 | 14647 | 1.5046 |
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
### Framework versions
|
| 117 |
+
|
| 118 |
+
- Transformers 4.36.2
|
| 119 |
+
- Pytorch 2.2.1+cu121
|
| 120 |
+
- Datasets 2.18.0
|
| 121 |
+
- Tokenizers 0.15.2
|
default/head_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"activation_function": "gelu",
|
| 4 |
+
"bias": true,
|
| 5 |
+
"embedding_size": 768,
|
| 6 |
+
"head_type": "masked_lm",
|
| 7 |
+
"label2id": null,
|
| 8 |
+
"layer_norm": true,
|
| 9 |
+
"layers": 2,
|
| 10 |
+
"shift_labels": false,
|
| 11 |
+
"vocab_size": 50265
|
| 12 |
+
},
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"model_class": "RobertaAdapterModel",
|
| 15 |
+
"model_name": "roberta-base",
|
| 16 |
+
"model_type": "roberta",
|
| 17 |
+
"name": "default",
|
| 18 |
+
"version": "0.1.2"
|
| 19 |
+
}
|
default/pytorch_model_head.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdff7928366b173ef2d74fcdf04581a7c98c13c3bd11623203f922ffcc7248c5
|
| 3 |
+
size 156986358
|
runs/Apr16_16-01-12_26f039cf9389/events.out.tfevents.1713283278.26f039cf9389.1477.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c553d863370d8e1e960ea3410763e6b0cd81d8ae479266113905d06911b9ed4
|
| 3 |
+
size 32374
|
runs/Apr16_16-01-12_26f039cf9389/events.out.tfevents.1713298757.26f039cf9389.1477.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9171c3edf0e6c51d49421f44f3e59920b965b1f14df0b305098e34f27617670a
|
| 3 |
+
size 359
|
tapt_seq_bn/adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"adapter_residual_before_ln": false,
|
| 4 |
+
"cross_adapter": false,
|
| 5 |
+
"factorized_phm_W": true,
|
| 6 |
+
"factorized_phm_rule": false,
|
| 7 |
+
"hypercomplex_nonlinearity": "glorot-uniform",
|
| 8 |
+
"init_weights": "bert",
|
| 9 |
+
"inv_adapter": null,
|
| 10 |
+
"inv_adapter_reduction_factor": null,
|
| 11 |
+
"is_parallel": false,
|
| 12 |
+
"learn_phm": true,
|
| 13 |
+
"leave_out": [],
|
| 14 |
+
"ln_after": false,
|
| 15 |
+
"ln_before": false,
|
| 16 |
+
"mh_adapter": false,
|
| 17 |
+
"non_linearity": "relu",
|
| 18 |
+
"original_ln_after": true,
|
| 19 |
+
"original_ln_before": true,
|
| 20 |
+
"output_adapter": true,
|
| 21 |
+
"phm_bias": true,
|
| 22 |
+
"phm_c_init": "normal",
|
| 23 |
+
"phm_dim": 4,
|
| 24 |
+
"phm_init_range": 0.0001,
|
| 25 |
+
"phm_layer": false,
|
| 26 |
+
"phm_rank": 1,
|
| 27 |
+
"reduction_factor": 16,
|
| 28 |
+
"residual_before_ln": true,
|
| 29 |
+
"scaling": 1.0,
|
| 30 |
+
"shared_W_phm": false,
|
| 31 |
+
"shared_phm_rule": true,
|
| 32 |
+
"use_gating": false
|
| 33 |
+
},
|
| 34 |
+
"config_id": "9076f36a74755ac4",
|
| 35 |
+
"hidden_size": 768,
|
| 36 |
+
"model_class": "RobertaAdapterModel",
|
| 37 |
+
"model_name": "roberta-base",
|
| 38 |
+
"model_type": "roberta",
|
| 39 |
+
"name": "tapt_seq_bn",
|
| 40 |
+
"version": "0.1.2"
|
| 41 |
+
}
|
tapt_seq_bn/head_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"activation_function": "gelu",
|
| 4 |
+
"bias": true,
|
| 5 |
+
"embedding_size": 768,
|
| 6 |
+
"head_type": "masked_lm",
|
| 7 |
+
"label2id": null,
|
| 8 |
+
"layer_norm": true,
|
| 9 |
+
"layers": 2,
|
| 10 |
+
"shift_labels": false,
|
| 11 |
+
"vocab_size": 50265
|
| 12 |
+
},
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"model_class": "RobertaAdapterModel",
|
| 15 |
+
"model_name": "roberta-base",
|
| 16 |
+
"model_type": "roberta",
|
| 17 |
+
"name": "tapt_seq_bn",
|
| 18 |
+
"version": "0.1.2"
|
| 19 |
+
}
|
tapt_seq_bn/pytorch_adapter.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0522a35f6a24e790c85328f08a5f77f524e922ea066f3553383ef0739171757e
|
| 3 |
+
size 3595878
|
tapt_seq_bn/pytorch_model_head.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f4b431f68df88aee4d66cd0967b35b6e5cb4537421536c4ffa13c68df044e0f
|
| 3 |
+
size 156986358
|