researchaccount commited on
Commit
ed51040
·
1 Parent(s): 4cdac1b

Added files

Browse files
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "UBC-NLP/MARBERT",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "directionality": "bidi",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Positive",
14
+ "1": "Neutral",
15
+ "2": "Negative"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "Negative": 2,
21
+ "Neutral": 1,
22
+ "Positive": 0
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "transformers_version": "4.3.3",
37
+ "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 100000
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6b4905f6f48e1a2e3a1e1f6b05367a2776a21173a56ddef1c8c6df78bd77e6a
3
+ size 651463945
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a5975363265155dbc50eaaa15f893e4bac4a9941a41bc0171d5977ddcdf3d9
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": null, "name_or_path": "UBC-NLP/MARBERT"}
trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8211337852223485,
3
+ "best_model_checkpoint": "./train/run-25/checkpoint-1375",
4
+ "epoch": 1.0,
5
+ "global_step": 1375,
6
+ "is_hyper_param_search": true,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.36,
12
+ "learning_rate": 2.1231225195028302e-05,
13
+ "loss": 0.4399,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.73,
18
+ "learning_rate": 5.177088990820726e-06,
19
+ "loss": 0.3702,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.0,
24
+ "eval_accuracy": 0.8641818181818182,
25
+ "eval_average_recall": 0.8178683917059567,
26
+ "eval_loss": 0.33707520365715027,
27
+ "eval_macro_f1": 0.8211337852223485,
28
+ "eval_macro_f1_neg": 0.7398609501738123,
29
+ "eval_macro_f1_pos": 0.8204693242861183,
30
+ "eval_macro_f1_pos_neg": 0.7801651372299653,
31
+ "eval_rec_neg": 0.7239229024943311,
32
+ "eval_rec_neu": 0.9071199143468951,
33
+ "eval_rec_pos": 0.822562358276644,
34
+ "eval_runtime": 24.4173,
35
+ "eval_samples_per_second": 450.499,
36
+ "step": 1375
37
+ }
38
+ ],
39
+ "max_steps": 1375,
40
+ "num_train_epochs": 1,
41
+ "total_flos": 0,
42
+ "trial_name": null,
43
+ "trial_params": {
44
+ "learning_rate": 3.0000000000000004e-05,
45
+ "num_train_epochs": 1,
46
+ "seed": 12345
47
+ }
48
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d809fcd76e257718481b5090b0b64335aececdf45ff93a4a88b45185260a2f
3
+ size 2159
vocab.txt ADDED
The diff for this file is too large to render. See raw diff