ZongqianLi commited on
Commit
29bf47e
verified
1 Parent(s): e94c125

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:31afd1ddb2f3e5ebd1514f79fe4f6bc74bc62d5a0ad81a489c2595d42e029a79
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": 366,
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.2856,
14
+ "step": 122
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_exact_match": 69.0419717438383,
19
+ "eval_f1": 72.17947350546201,
20
+ "eval_runtime": 4.0061,
21
+ "eval_samples_per_second": 2420.588,
22
+ "eval_steps_per_second": 7.738,
23
+ "step": 122
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 3e-05,
28
+ "loss": 0.5443,
29
+ "step": 244
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_exact_match": 69.19665876044138,
34
+ "eval_f1": 72.51995998400436,
35
+ "eval_runtime": 3.4927,
36
+ "eval_samples_per_second": 2776.335,
37
+ "eval_steps_per_second": 8.876,
38
+ "step": 244
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 3e-05,
43
+ "loss": 0.4796,
44
+ "step": 366
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_exact_match": 70.2279055377952,
49
+ "eval_f1": 73.26755492034576,
50
+ "eval_runtime": 3.5334,
51
+ "eval_samples_per_second": 2744.409,
52
+ "eval_steps_per_second": 8.774,
53
+ "step": 366
54
+ }
55
+ ],
56
+ "max_steps": 1220,
57
+ "num_train_epochs": 10,
58
+ "total_flos": 43819446829056.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:7dc03714f84860b86ca156dfd91ec9b2ba2a1258addb6b31eb08e7cf6bdbb8db
3
+ size 5039
vocab.txt ADDED
The diff for this file is too large to render. See raw diff