BigTMiami commited on
Commit
247b4dd
·
verified ·
1 Parent(s): 72e6798

End of training

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: tapt_seq_bn_amazon_helpfulness_classification_model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # tapt_seq_bn_amazon_helpfulness_classification_model
17
+
18
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3322
21
+ - Accuracy: 0.866
22
+ - F1 Macro: 0.5934
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-06
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.06
48
+ - num_epochs: 3
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
54
+ | 0.3392 | 1.0 | 1563 | 0.3329 | 0.859 | 0.5394 |
55
+ | 0.3347 | 2.0 | 3126 | 0.3382 | 0.863 | 0.5814 |
56
+ | 0.3305 | 3.0 | 4689 | 0.3322 | 0.866 | 0.5934 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.36.2
62
+ - Pytorch 2.2.1+cu121
63
+ - Datasets 2.18.0
64
+ - 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_22-12-42_728ace0a15bf/events.out.tfevents.1713305582.728ace0a15bf.754.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f624c8fa013c8afe60f6f596d9fa85a289036844c7ce2df1c9893a402889e75c
3
- size 10801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6598e97f6c890386cecfa4bcff22c88b00645f0b05937d0696e499277a524a3
3
+ size 13885
runs/Apr16_22-12-42_728ace0a15bf/events.out.tfevents.1713306935.728ace0a15bf.754.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af4dcfdf1370ccc0b8fd614bf8ea5ef0755ba26237555ab6412f8b3736b8464
3
+ size 463
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,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "activation_function": "tanh",
4
+ "bias": true,
5
+ "dropout_prob": null,
6
+ "head_type": "classification",
7
+ "label2id": {
8
+ "helpful": 1,
9
+ "unhelpful": 0
10
+ },
11
+ "layers": 2,
12
+ "num_labels": 2,
13
+ "use_pooler": false
14
+ },
15
+ "hidden_size": 768,
16
+ "model_class": "RobertaAdapterModel",
17
+ "model_name": "roberta-base",
18
+ "model_type": "roberta",
19
+ "name": "tapt_seq_bn",
20
+ "version": "0.1.2"
21
+ }
tapt_seq_bn/pytorch_adapter.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6e2521ef815043e4c6e6087f0919786eabe3022b99eb825f9d6e0aefd224e5
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:93993faaacb6349e6e2434881f56d849f5621a904107c29068402db8a56a3bde
3
+ size 2370664