ssktora commited on
Commit
2018bd6
·
verified ·
1 Parent(s): 601d5ca

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "intfloat/e5-base-v2",
3
+ "architectures": [
4
+ "BertModel"
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.43.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eca13bc8aec989e9a3b0b6b2d6bd3b78a76b8e74af970bf11ed2439a43bd4107
3
+ size 871298443
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c81c190a8516134f608abe751bea3649006264731f09971fe3c2e8d08b85c1
3
+ size 437996607
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af266d39a02086d559fe6d90a4cfa581ac1cfc37b27094e60b7a900e81e4397
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fd3249d1f0c8f0a709ca7d23cca1ab18991f9e1d2cb993c67776daf1509756
3
+ size 1465
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
trainer_state.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 15.0,
5
+ "eval_steps": 500,
6
+ "global_step": 165,
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.9090909090909091,
13
+ "grad_norm": 188.44981384277344,
14
+ "learning_rate": 4.5454545454545455e-06,
15
+ "loss": 9.2983,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 1.8181818181818183,
20
+ "grad_norm": 83.63673400878906,
21
+ "learning_rate": 9.090909090909091e-06,
22
+ "loss": 5.2395,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 2.7272727272727275,
27
+ "grad_norm": 48.23883819580078,
28
+ "learning_rate": 9.595959595959597e-06,
29
+ "loss": 1.8746,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 3.6363636363636362,
34
+ "grad_norm": 38.73075866699219,
35
+ "learning_rate": 9.090909090909091e-06,
36
+ "loss": 1.3606,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 4.545454545454545,
41
+ "grad_norm": 24.69623565673828,
42
+ "learning_rate": 8.585858585858587e-06,
43
+ "loss": 0.8711,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 5.454545454545454,
48
+ "grad_norm": 21.219209671020508,
49
+ "learning_rate": 8.08080808080808e-06,
50
+ "loss": 0.6953,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 6.363636363636363,
55
+ "grad_norm": 22.02012062072754,
56
+ "learning_rate": 7.5757575757575764e-06,
57
+ "loss": 0.6719,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 7.2727272727272725,
62
+ "grad_norm": 25.328935623168945,
63
+ "learning_rate": 7.070707070707071e-06,
64
+ "loss": 0.5414,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 8.181818181818182,
69
+ "grad_norm": 11.913020133972168,
70
+ "learning_rate": 6.565656565656566e-06,
71
+ "loss": 0.6012,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 9.090909090909092,
76
+ "grad_norm": 15.604564666748047,
77
+ "learning_rate": 6.060606060606061e-06,
78
+ "loss": 0.4448,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 10.0,
83
+ "grad_norm": 10.70217514038086,
84
+ "learning_rate": 5.555555555555557e-06,
85
+ "loss": 0.4277,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 10.909090909090908,
90
+ "grad_norm": 14.791255950927734,
91
+ "learning_rate": 5.0505050505050515e-06,
92
+ "loss": 0.3909,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 11.818181818181818,
97
+ "grad_norm": 15.777950286865234,
98
+ "learning_rate": 4.5454545454545455e-06,
99
+ "loss": 0.316,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 12.727272727272727,
104
+ "grad_norm": 12.46717643737793,
105
+ "learning_rate": 4.04040404040404e-06,
106
+ "loss": 0.3042,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 13.636363636363637,
111
+ "grad_norm": 12.875164985656738,
112
+ "learning_rate": 3.5353535353535356e-06,
113
+ "loss": 0.3085,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 14.545454545454545,
118
+ "grad_norm": 10.16179084777832,
119
+ "learning_rate": 3.0303030303030305e-06,
120
+ "loss": 0.2959,
121
+ "step": 160
122
+ }
123
+ ],
124
+ "logging_steps": 10,
125
+ "max_steps": 220,
126
+ "num_input_tokens_seen": 0,
127
+ "num_train_epochs": 20,
128
+ "save_steps": 500,
129
+ "stateful_callbacks": {
130
+ "TrainerControl": {
131
+ "args": {
132
+ "should_epoch_stop": false,
133
+ "should_evaluate": false,
134
+ "should_log": false,
135
+ "should_save": true,
136
+ "should_training_stop": false
137
+ },
138
+ "attributes": {}
139
+ }
140
+ },
141
+ "total_flos": 0.0,
142
+ "train_batch_size": 64,
143
+ "trial_name": null,
144
+ "trial_params": null
145
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a48750f2f2278bad81830ee1d8dc934b97498603cfa8727b5f7e82256e0335a
3
+ size 5713
vocab.txt ADDED
The diff for this file is too large to render. See raw diff