ZongqianLi commited on
Commit
a033304
1 Parent(s): 52da184

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ZongqianLi/bert_base_cased_sclarge",
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": 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.25.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd93a02aa7d1cbf9a33986fdd74c5fb6f32ed8a893fe3b6dfb15c9dc9440d4a6
3
+ size 430952497
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": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "ZongqianLi/bert_base_cased_sclarge",
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.0794,
14
+ "step": 108
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_exact_match": 71.20205199953364,
19
+ "eval_f1": 75.31695248222917,
20
+ "eval_runtime": 3.5361,
21
+ "eval_samples_per_second": 2425.525,
22
+ "eval_steps_per_second": 7.635,
23
+ "step": 108
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 3e-05,
28
+ "loss": 0.467,
29
+ "step": 216
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_exact_match": 72.30966538416696,
34
+ "eval_f1": 76.08255800934496,
35
+ "eval_runtime": 3.0269,
36
+ "eval_samples_per_second": 2833.594,
37
+ "eval_steps_per_second": 8.92,
38
+ "step": 216
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 3e-05,
43
+ "loss": 0.4226,
44
+ "step": 324
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_exact_match": 72.57782441413082,
49
+ "eval_f1": 76.43131088381374,
50
+ "eval_runtime": 3.0154,
51
+ "eval_samples_per_second": 2844.398,
52
+ "eval_steps_per_second": 8.954,
53
+ "step": 324
54
+ }
55
+ ],
56
+ "max_steps": 1080,
57
+ "num_train_epochs": 10,
58
+ "total_flos": 38745933873152.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:e221f3ff0930cfcf65de6dafc63716684bee37ed82755597c918a69a43f5ed51
3
+ size 5039
vocab.txt ADDED
The diff for this file is too large to render. See raw diff