hellonlp commited on
Commit
f0dd34a
·
verified ·
1 Parent(s): ffa0629

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/work/chenming6/ee/text-similarity/promcse_zh/promcse/bert_pytorch",
3
+ "architectures": [
4
+ "BertForCL"
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
+ "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
+ "pooler_fc_size": 768,
21
+ "pooler_num_attention_heads": 12,
22
+ "pooler_num_fc_layers": 3,
23
+ "pooler_size_per_head": 128,
24
+ "pooler_type": "first_token_transform",
25
+ "position_embedding_type": "absolute",
26
+ "transformers_version": "4.2.1",
27
+ "type_vocab_size": 2,
28
+ "use_cache": true,
29
+ "vocab_size": 21128
30
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1060bf5a7571e974fb14aeefc231a97f945fec46433872a4261aa1d7930e0cb6
3
+ size 819736527
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c06124dd864ba1653ae6af47344021c0bfcf372fc5bf027cb4d823acf368bab
3
+ size 409894665
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e4d7284d899f7c7f27e1085672b348fe55f61f90a387fd8f6e8cc68e62ba12
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, "special_tokens_map_file": null, "name_or_path": "/home/work/chenming6/ee/text-similarity/promcse_zh/promcse/bert_pytorch", "do_basic_tokenize": true, "never_split": null}
trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.7871017871017871,
5
+ "global_step": 2300,
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.39,
12
+ "learning_rate": 2.8834498834498833e-05,
13
+ "loss": 0.5929,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.78,
18
+ "learning_rate": 2.766899766899767e-05,
19
+ "loss": 0.4371,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.17,
24
+ "learning_rate": 2.6503496503496503e-05,
25
+ "loss": 0.3773,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.55,
30
+ "learning_rate": 2.5337995337995338e-05,
31
+ "loss": 0.3391,
32
+ "step": 2000
33
+ }
34
+ ],
35
+ "max_steps": 12870,
36
+ "num_train_epochs": 10,
37
+ "total_flos": 138962361110593536,
38
+ "trial_name": null,
39
+ "trial_params": null
40
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff