diffuserconfuser commited on
Commit
90b4d14
1 Parent(s): e4d5b13

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "albert-base-v2",
3
+ "architectures": [
4
+ "AlbertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
+ "initializer_range": 0.02,
17
+ "inner_group_num": 1,
18
+ "intermediate_size": 3072,
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "albert",
22
+ "net_structure_type": 0,
23
+ "num_attention_heads": 12,
24
+ "num_hidden_groups": 1,
25
+ "num_hidden_layers": 12,
26
+ "num_memory_blocks": 0,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.34.0",
31
+ "type_vocab_size": 2,
32
+ "vocab_size": 30000
33
+ }
cout.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:734a6234631032d1fefce26311e712a34bf4e95b07b59b99ab4df05457753ac4
3
+ size 88777619
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5070197a24554c1621ef88b2bc34a013a6601fcfd02bb9621083e92614f2dd
3
+ size 44387257
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c062f7f375beded48b5337f5a3f3a5cb38807fa3e85dbf3e294c0ab6b627bfc2
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a8ea2268948301b867b05dd85905cf1e41748e55932b3508c99d5271631459
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
+ "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "[CLS]",
48
+ "do_lower_case": true,
49
+ "eos_token": "[SEP]",
50
+ "keep_accents": false,
51
+ "mask_token": "[MASK]",
52
+ "model_max_length": 512,
53
+ "pad_token": "<pad>",
54
+ "remove_space": true,
55
+ "sep_token": "[SEP]",
56
+ "tokenizer_class": "AlbertTokenizer",
57
+ "unk_token": "<unk>"
58
+ }
trainer_state.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8657115697860718,
3
+ "best_model_checkpoint": "finetune_albert-base-v2/checkpoint-5476",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5476,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.18,
13
+ "learning_rate": 1.879230581933285e-05,
14
+ "loss": 1.3985,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.37,
19
+ "learning_rate": 1.7574872169466766e-05,
20
+ "loss": 0.9829,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.55,
25
+ "learning_rate": 1.6357438519600684e-05,
26
+ "loss": 0.9236,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.73,
31
+ "learning_rate": 1.51400048697346e-05,
32
+ "loss": 0.8908,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.91,
37
+ "learning_rate": 1.392257121986852e-05,
38
+ "loss": 0.8725,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 1.0,
43
+ "eval_loss": 0.8976992964744568,
44
+ "eval_runtime": 127.703,
45
+ "eval_samples_per_second": 82.77,
46
+ "eval_steps_per_second": 0.65,
47
+ "step": 2738
48
+ },
49
+ {
50
+ "epoch": 1.1,
51
+ "learning_rate": 1.2705137570002435e-05,
52
+ "loss": 0.7766,
53
+ "step": 3000
54
+ },
55
+ {
56
+ "epoch": 1.28,
57
+ "learning_rate": 1.1487703920136353e-05,
58
+ "loss": 0.6966,
59
+ "step": 3500
60
+ },
61
+ {
62
+ "epoch": 1.46,
63
+ "learning_rate": 1.027027027027027e-05,
64
+ "loss": 0.6786,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 1.64,
69
+ "learning_rate": 9.052836620404189e-06,
70
+ "loss": 0.6796,
71
+ "step": 4500
72
+ },
73
+ {
74
+ "epoch": 1.83,
75
+ "learning_rate": 7.837837837837838e-06,
76
+ "loss": 0.694,
77
+ "step": 5000
78
+ },
79
+ {
80
+ "epoch": 2.0,
81
+ "eval_loss": 0.8657115697860718,
82
+ "eval_runtime": 127.2976,
83
+ "eval_samples_per_second": 83.034,
84
+ "eval_steps_per_second": 0.652,
85
+ "step": 5476
86
+ }
87
+ ],
88
+ "logging_steps": 500,
89
+ "max_steps": 8214,
90
+ "num_train_epochs": 3,
91
+ "save_steps": 500,
92
+ "total_flos": 2901778606365696.0,
93
+ "trial_name": null,
94
+ "trial_params": null
95
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4393d37b2b7df989c3e37405ad5b342c6344469137c6ad6e37ec9cbf8623f42c
3
+ size 4536