ZongqianLi commited on
Commit
460907d
1 Parent(s): 21ca603

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.25.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6201085910912e1a6385a528903246d99d6e52efedff76d84333e7825f2df1d0
3
+ size 1336507185
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-large-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 324,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 3e-05,
13
+ "loss": 1.0211,
14
+ "step": 108
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_exact_match": 72.6477789436866,
19
+ "eval_f1": 75.7148640277524,
20
+ "eval_runtime": 8.2879,
21
+ "eval_samples_per_second": 1034.884,
22
+ "eval_steps_per_second": 3.258,
23
+ "step": 108
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 3e-05,
28
+ "loss": 0.4627,
29
+ "step": 216
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_exact_match": 71.69173370642416,
34
+ "eval_f1": 75.8528410498886,
35
+ "eval_runtime": 7.4899,
36
+ "eval_samples_per_second": 1145.143,
37
+ "eval_steps_per_second": 3.605,
38
+ "step": 216
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 3e-05,
43
+ "loss": 0.4159,
44
+ "step": 324
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_exact_match": 73.55718782791186,
49
+ "eval_f1": 76.3608510722886,
50
+ "eval_runtime": 7.4798,
51
+ "eval_samples_per_second": 1146.692,
52
+ "eval_steps_per_second": 3.61,
53
+ "step": 324
54
+ }
55
+ ],
56
+ "max_steps": 2160,
57
+ "num_train_epochs": 20,
58
+ "total_flos": 102029926072320.0,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0038c32844b42cd7c254d7cd01c209df7c7dc6e7be293fbb540f822adb50320
3
+ size 4975
vocab.txt ADDED
The diff for this file is too large to render. See raw diff