SauravMaheshkar commited on
Commit
6a88e23
1 Parent(s): 2f227bd

Initial Commit

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # MacOS Stuff
2
+ **/.DS_Store
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SauravMaheshkar/bert-large-uncased-whole-word-masking-chaii",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "finetuning_task": "squad2",
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
+ "language": "english",
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "bert",
18
+ "name": "Bert",
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 24,
21
+ "output_past": true,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "transformers_version": "4.6.1",
25
+ "type_vocab_size": 2,
26
+ "use_cache": true,
27
+ "vocab_size": 30522
28
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e1e75bdfcdda8ed0cbf2e1b06283fc2841620088d8bbbe97678262ce9cf9ae9
3
+ size 2673000237
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73e8155e42ecdf23e2a2478013602233bcc7da2f23f1ae7edc9c2c861a0643d
3
+ size 1336547639
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12798c4dcd971e843bf2d371fd4a9ac49f205ba8c65b444604de688afc08cdfe
3
+ size 14657
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18132446c5dbcce34518f3b4224f48ebb3dfcfecc009681bece771b03cef4533
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.json ADDED
The diff for this file is too large to render. See raw diff
 
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": "SauravMaheshkar/bert-large-uncased-whole-word-masking-chaii/special_tokens_map.json", "name_or_path": "SauravMaheshkar/bert-large-uncased-whole-word-masking-chaii", "do_basic_tokenize": true, "never_split": null}
trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9998933560840354,
5
+ "global_step": 2344,
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.21,
12
+ "learning_rate": 1.7486960644855383e-05,
13
+ "loss": 1.208,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.43,
18
+ "learning_rate": 1.2745376955903272e-05,
19
+ "loss": 1.0337,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.64,
24
+ "learning_rate": 8.003793266951162e-06,
25
+ "loss": 0.9647,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.85,
30
+ "learning_rate": 3.262209577999052e-06,
31
+ "loss": 0.9206,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.0,
36
+ "eval_loss": 1.0249625444412231,
37
+ "eval_runtime": 13.4585,
38
+ "eval_samples_per_second": 23.108,
39
+ "step": 2344
40
+ }
41
+ ],
42
+ "max_steps": 2344,
43
+ "num_train_epochs": 1,
44
+ "total_flos": 2.886882981661901e+16,
45
+ "trial_name": null,
46
+ "trial_params": null
47
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31701401ee46e3ea68a44c93099a9e042f21cb6d29da85f1dcf9cefae1b30cdd
3
+ size 2415
vocab.txt ADDED
The diff for this file is too large to render. See raw diff