SauravMaheshkar commited on
Commit
01da506
1 Parent(s): cd1e820

Initial Commit

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # MacOS Stuff
2
+ **/.DS_Store
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SauravMaheshkar/bert-multi-uncased-finetuned-chaii",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "directionality": "bidi",
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
+ "output_past": true,
20
+ "pad_token_id": 0,
21
+ "pooler_fc_size": 768,
22
+ "pooler_num_attention_heads": 12,
23
+ "pooler_num_fc_layers": 3,
24
+ "pooler_size_per_head": 128,
25
+ "pooler_type": "first_token_transform",
26
+ "position_embedding_type": "absolute",
27
+ "transformers_version": "4.6.1",
28
+ "type_vocab_size": 2,
29
+ "use_cache": true,
30
+ "vocab_size": 105879
31
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18c37c496b312b92aaa34caf5ae3fc46f5b16d35a1961211e51b6a26a548893f
3
+ size 1334263789
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868df191f581942988c7277248c957edd488248c34c8e95e43346fa39db81986
3
+ size 667158007
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b86317349f00abc6f89a6168ff2841e7cb9013213ddc902906619f41ca945e3
3
+ size 14657
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae996629a281ec6126dea6e58dd777516d3a2ef35bdbe69aea41ea4229c30e7
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, "max_len": 512, "special_tokens_map_file": "SauravMaheshkar/bert-multi-uncased-finetuned-chaii", "name_or_path": "SauravMaheshkar/bert-multi-uncased-finetuned-chaii", "do_basic_tokenize": true, "never_split": null}
trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "global_step": 1638,
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.31,
12
+ "learning_rate": 1.544097693351425e-05,
13
+ "loss": 0.9985,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.61,
18
+ "learning_rate": 8.656716417910447e-06,
19
+ "loss": 0.7741,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.92,
24
+ "learning_rate": 1.8724559023066488e-06,
25
+ "loss": 0.7072,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.0,
30
+ "eval_loss": 0.9316399097442627,
31
+ "eval_runtime": 2.9494,
32
+ "eval_samples_per_second": 71.541,
33
+ "step": 1638
34
+ }
35
+ ],
36
+ "max_steps": 1638,
37
+ "num_train_epochs": 1,
38
+ "total_flos": 1.006879961366784e+16,
39
+ "trial_name": null,
40
+ "trial_params": null
41
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d640166ea9566c7fb2721e24e415b943bc5e0b731cdff2b6b4650d6a97174c
3
+ size 2415
vocab.txt ADDED
The diff for this file is too large to render. See raw diff