ZongqianLi commited on
Commit
7c46f5c
1 Parent(s): 0153372

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ZongqianLi/bert_base_uncased_scmedium",
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": 30522
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407ee8297e79ec4ebd258f1cb5d9546a9b46c8b60c786292a3f65a4c990a168b
3
+ size 435640369
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": "ZongqianLi/bert_base_uncased_scmedium",
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.1736,
14
+ "step": 108
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_exact_match": 72.18141541331468,
19
+ "eval_f1": 75.71603809790038,
20
+ "eval_runtime": 3.5116,
21
+ "eval_samples_per_second": 2442.455,
22
+ "eval_steps_per_second": 7.689,
23
+ "step": 108
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 3e-05,
28
+ "loss": 0.4685,
29
+ "step": 216
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_exact_match": 71.81998367727644,
34
+ "eval_f1": 75.98313809352322,
35
+ "eval_runtime": 3.055,
36
+ "eval_samples_per_second": 2807.539,
37
+ "eval_steps_per_second": 8.838,
38
+ "step": 216
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 3e-05,
43
+ "loss": 0.4254,
44
+ "step": 324
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_exact_match": 72.50786988457503,
49
+ "eval_f1": 76.0290331485552,
50
+ "eval_runtime": 3.0504,
51
+ "eval_samples_per_second": 2811.797,
52
+ "eval_steps_per_second": 8.851,
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:dee27d5f56f93c2bd2dc025b2aa42afcfbd8b30c86a24958f0f14277729e3499
3
+ size 5039
vocab.txt ADDED
The diff for this file is too large to render. See raw diff