salohnana2018 commited on
Commit
1b90a64
1 Parent(s): 4277faf

End of training

Browse files
ABSA_Sentiment_classification_Semeval_pfeiffer_Stack/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": "BertModelWithHeads",
37
+ "model_name": "CAMeL-Lab/bert-base-arabic-camelbert-msa",
38
+ "model_type": "bert",
39
+ "name": "ABSA_Sentiment_classification_Semeval_pfeiffer_Stack",
40
+ "version": "3.2.1"
41
+ }
ABSA_Sentiment_classification_Semeval_pfeiffer_Stack/head_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "activation_function": "tanh",
4
+ "bias": true,
5
+ "head_type": "classification",
6
+ "label2id": {
7
+ "negative": 0,
8
+ "neutral": 2,
9
+ "positive": 1
10
+ },
11
+ "layers": 2,
12
+ "num_labels": 3,
13
+ "use_pooler": false
14
+ },
15
+ "hidden_size": 768,
16
+ "model_class": "BertModelWithHeads",
17
+ "model_name": "CAMeL-Lab/bert-base-arabic-camelbert-msa",
18
+ "model_type": "bert",
19
+ "name": "ABSA_Sentiment_classification_Semeval_pfeiffer_Stack",
20
+ "version": "3.2.1"
21
+ }
ABSA_Sentiment_classification_Semeval_pfeiffer_Stack/pytorch_adapter.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:917ee70da61b19e024f17ce2c58560c41f6ae8d7936aecce76db1af4a11df252
3
+ size 3597221
ABSA_Sentiment_classification_Semeval_pfeiffer_Stack/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0320d7550a584300cd0506f369d73745abb941089d453e0d8cdd68d7c7300aa1
3
+ size 2373473
all_results.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_accuracy": 0.8813799621928167,
4
+ "eval_f1": 0.8813799621928167,
5
+ "eval_loss": 0.31582579016685486,
6
+ "eval_precision": 0.8813799621928167,
7
+ "eval_recall": 0.8813799621928167,
8
+ "eval_runtime": 19.5456,
9
+ "eval_samples_per_second": 108.259,
10
+ "eval_steps_per_second": 3.428,
11
+ "test_accuracy": 0.8701996927803379,
12
+ "test_f1": 0.8701996927803379,
13
+ "test_loss": 0.34540030360221863,
14
+ "test_precision": 0.8701996927803379,
15
+ "test_recall": 0.8701996927803379,
16
+ "test_runtime": 19.9351,
17
+ "test_samples_per_second": 130.624,
18
+ "test_steps_per_second": 4.113,
19
+ "total_flos": 8676563687641584.0,
20
+ "train_loss": 0.26867827554918683,
21
+ "train_runtime": 2498.9532,
22
+ "train_samples_per_second": 67.716,
23
+ "train_steps_per_second": 2.121
24
+ }
eval_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_accuracy": 0.8813799621928167,
4
+ "eval_f1": 0.8813799621928167,
5
+ "eval_loss": 0.31582579016685486,
6
+ "eval_precision": 0.8813799621928167,
7
+ "eval_recall": 0.8813799621928167,
8
+ "eval_runtime": 19.5456,
9
+ "eval_samples_per_second": 108.259,
10
+ "eval_steps_per_second": 3.428
11
+ }
mlm/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": "nice",
10
+ "inv_adapter_reduction_factor": 2,
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": "9ed5b5a29de19b71",
35
+ "hidden_size": 768,
36
+ "model_class": "BertModelWithHeads",
37
+ "model_name": "CAMeL-Lab/bert-base-arabic-camelbert-msa",
38
+ "model_type": "bert",
39
+ "name": "mlm",
40
+ "version": "3.2.1"
41
+ }
mlm/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": 30000
12
+ },
13
+ "hidden_size": 768,
14
+ "model_class": "BertModelWithHeads",
15
+ "model_name": "CAMeL-Lab/bert-base-arabic-camelbert-msa",
16
+ "model_type": "bert",
17
+ "name": "mlm",
18
+ "version": "3.2.1"
19
+ }
mlm/pytorch_adapter.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe7e729c4de1953e7784cabb44a321fd0f2a8cfe4b11182cef5d2d7ed12a430
3
+ size 4781837
mlm/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa9818390df8e5b73959629c1d63d9f131b7c8d996380be3fed6a455194b344
3
+ size 94650799
runs/Aug04_18-44-29_407b2cb58aa5/events.out.tfevents.1691174687.407b2cb58aa5.208.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b60f183005980dcbc8faf9432b44ca971fbdc2c141694cbf460cf9f7c068958
3
- size 19643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5339e0a39fb1535f2d483a0e630da4a7dceaf6aecb5b19531e17dface7ab1f
3
+ size 19997
runs/Aug04_18-44-29_407b2cb58aa5/events.out.tfevents.1691177204.407b2cb58aa5.208.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df093299df314ab0edf58da595d42eda63a02f710b00b32d89c18fae5140446
3
+ size 1032
test_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_accuracy": 0.8701996927803379,
3
+ "test_f1": 0.8701996927803379,
4
+ "test_loss": 0.34540030360221863,
5
+ "test_precision": 0.8701996927803379,
6
+ "test_recall": 0.8701996927803379,
7
+ "test_runtime": 19.9351,
8
+ "test_samples_per_second": 130.624,
9
+ "test_steps_per_second": 4.113
10
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "total_flos": 8676563687641584.0,
4
+ "train_loss": 0.26867827554918683,
5
+ "train_runtime": 2498.9532,
6
+ "train_samples_per_second": 67.716,
7
+ "train_steps_per_second": 2.121
8
+ }