emanjavacas commited on
Commit
3b668a6
1 Parent(s): 413f3c2

Upload 12 files

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"[TGT]": 30000}
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "emanjavacas/MacBERTh",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "problem_type": "single_label_classification",
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.16.2",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 30001
41
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303d966ae523b7ce5bc505a2bdfb8325e5d9db8d9ebdaf211bac45e610050892
3
+ size 872804125
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d8fb4618d2809f192a969e29c2cfd3888784325a163e5512d2e9c7471b45ff
3
+ size 436427949
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8428d03558b10006b981876d2b12cff1bc8d7b34472b3934ceaf92364ec70dc8
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b918da4fc3cbae9fddacc2c9f670190e23bf5af81a10ace564c01ef0a89855
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]", "additional_special_tokens": ["[TGT]"]}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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, "special_tokens_map_file": null, "name_or_path": "emanjavacas/MacBERTh", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.04861336573958397,
3
+ "best_model_checkpoint": "/home/manjavacasema/data1/ing-forms/results-ing-single/checkpoint-1266",
4
+ "epoch": 5.0,
5
+ "global_step": 3165,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.79,
12
+ "learning_rate": 3.907582938388626e-05,
13
+ "loss": 0.2536,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_loss": 0.08746412396430969,
19
+ "eval_runtime": 2.5343,
20
+ "eval_samples_per_second": 221.758,
21
+ "eval_steps_per_second": 28.016,
22
+ "step": 633
23
+ },
24
+ {
25
+ "epoch": 1.58,
26
+ "learning_rate": 3.315165876777251e-05,
27
+ "loss": 0.0895,
28
+ "step": 1000
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "eval_loss": 0.04861336573958397,
33
+ "eval_runtime": 2.5502,
34
+ "eval_samples_per_second": 220.371,
35
+ "eval_steps_per_second": 27.84,
36
+ "step": 1266
37
+ },
38
+ {
39
+ "epoch": 2.37,
40
+ "learning_rate": 2.722748815165877e-05,
41
+ "loss": 0.0324,
42
+ "step": 1500
43
+ },
44
+ {
45
+ "epoch": 3.0,
46
+ "eval_loss": 0.06070622429251671,
47
+ "eval_runtime": 2.5516,
48
+ "eval_samples_per_second": 220.251,
49
+ "eval_steps_per_second": 27.825,
50
+ "step": 1899
51
+ },
52
+ {
53
+ "epoch": 3.16,
54
+ "learning_rate": 2.1303317535545027e-05,
55
+ "loss": 0.0173,
56
+ "step": 2000
57
+ },
58
+ {
59
+ "epoch": 3.95,
60
+ "learning_rate": 1.537914691943128e-05,
61
+ "loss": 0.0076,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 4.0,
66
+ "eval_loss": 0.09658198803663254,
67
+ "eval_runtime": 2.5515,
68
+ "eval_samples_per_second": 220.262,
69
+ "eval_steps_per_second": 27.827,
70
+ "step": 2532
71
+ },
72
+ {
73
+ "epoch": 4.74,
74
+ "learning_rate": 9.454976303317536e-06,
75
+ "loss": 0.0044,
76
+ "step": 3000
77
+ },
78
+ {
79
+ "epoch": 5.0,
80
+ "eval_loss": 0.05032559856772423,
81
+ "eval_runtime": 2.5533,
82
+ "eval_samples_per_second": 220.103,
83
+ "eval_steps_per_second": 27.807,
84
+ "step": 3165
85
+ }
86
+ ],
87
+ "max_steps": 3798,
88
+ "num_train_epochs": 6,
89
+ "total_flos": 2464245296909520.0,
90
+ "trial_name": null,
91
+ "trial_params": null
92
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb2a4ce1f581f374f17e3a4631e9341e82901a09274f6bbdabb9bc9cdd5d8fb
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff