Sanzana Lora commited on
Commit
e6c9aa0
1 Parent(s): f75011a

Upload 12 files

Browse files
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "csebuetnlp/banglabert",
3
+ "architectures": [
4
+ "ElectraForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
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": "electra",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "summary_activation": "gelu",
22
+ "summary_last_dropout": 0.1,
23
+ "summary_type": "first",
24
+ "summary_use_proj": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.11.0.dev0",
27
+ "type_vocab_size": 2,
28
+ "vocab_size": 32000
29
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa7057d50140440a4dfc051f3e9eef2dd075d11f03abc4e3222738c9fe28db8c
3
+ size 880351213
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a667e75aedbdfc8533111cbedad354af201d4ed90237a0013bee390c7ef73967
3
+ size 440202935
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:454baa985578fa4e6b76f29aa8cb4a680f2b93746cb63bed29e496eff0dbf19f
3
+ size 14657
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e985eb8bf02ef58974d91bc1d920b2617a41af091b03e6ddbcd3b7548fe4b3
3
+ size 559
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b87b31a4f6d7c6c86fb05a846d47b963003587f8be413dabd8e691bb146ddbc4
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": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": false, "strip_accents": null, "special_tokens_map_file": null, "full_tokenizer_file": null, "name_or_path": "csebuetnlp/banglabert", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 73.85502277098726,
3
+ "best_model_checkpoint": "outputs/banglabert/checkpoint-348",
4
+ "epoch": 2.9941081949651847,
5
+ "global_step": 348,
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.01,
12
+ "learning_rate": 1.4285714285714286e-06,
13
+ "loss": 6.0104,
14
+ "step": 1
15
+ },
16
+ {
17
+ "epoch": 0.99,
18
+ "learning_rate": 3.7060702875399364e-05,
19
+ "loss": 2.8926,
20
+ "step": 116
21
+ },
22
+ {
23
+ "epoch": 0.99,
24
+ "eval_HasAns_exact": 54.036770583533176,
25
+ "eval_HasAns_f1": 67.53514335825187,
26
+ "eval_HasAns_total": 1251,
27
+ "eval_NoAns_exact": 77.61790567545964,
28
+ "eval_NoAns_f1": 77.61790567545964,
29
+ "eval_NoAns_total": 1251,
30
+ "eval_best_exact": 65.78737010391687,
31
+ "eval_best_exact_thresh": 0.0,
32
+ "eval_best_f1": 72.53655649127667,
33
+ "eval_best_f1_thresh": 0.0,
34
+ "eval_exact": 65.8273381294964,
35
+ "eval_f1": 72.5765245168559,
36
+ "eval_total": 2502,
37
+ "step": 116
38
+ },
39
+ {
40
+ "epoch": 1.99,
41
+ "learning_rate": 1.8530351437699682e-05,
42
+ "loss": 1.5349,
43
+ "step": 232
44
+ },
45
+ {
46
+ "epoch": 1.99,
47
+ "eval_HasAns_exact": 57.95363709032774,
48
+ "eval_HasAns_f1": 71.37777157674782,
49
+ "eval_HasAns_total": 1251,
50
+ "eval_NoAns_exact": 74.74020783373301,
51
+ "eval_NoAns_f1": 74.74020783373301,
52
+ "eval_NoAns_total": 1251,
53
+ "eval_best_exact": 66.30695443645084,
54
+ "eval_best_exact_thresh": 0.0,
55
+ "eval_best_f1": 73.01902167966134,
56
+ "eval_best_f1_thresh": 0.0,
57
+ "eval_exact": 66.34692246203038,
58
+ "eval_f1": 73.05898970524055,
59
+ "eval_total": 2502,
60
+ "step": 232
61
+ },
62
+ {
63
+ "epoch": 2.99,
64
+ "learning_rate": 0.0,
65
+ "loss": 1.3596,
66
+ "step": 348
67
+ },
68
+ {
69
+ "epoch": 2.99,
70
+ "eval_HasAns_exact": 58.113509192645886,
71
+ "eval_HasAns_f1": 71.8507329920142,
72
+ "eval_HasAns_total": 1251,
73
+ "eval_NoAns_exact": 75.85931254996004,
74
+ "eval_NoAns_f1": 75.85931254996004,
75
+ "eval_NoAns_total": 1251,
76
+ "eval_best_exact": 66.94644284572342,
77
+ "eval_best_exact_thresh": 0.0,
78
+ "eval_best_f1": 73.81505474540803,
79
+ "eval_best_f1_thresh": 0.0,
80
+ "eval_exact": 66.98641087130295,
81
+ "eval_f1": 73.85502277098726,
82
+ "eval_total": 2502,
83
+ "step": 348
84
+ }
85
+ ],
86
+ "max_steps": 348,
87
+ "num_train_epochs": 3,
88
+ "total_flos": 7.010369880983654e+16,
89
+ "trial_name": null,
90
+ "trial_params": null
91
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7e8f3c56375cecd206552b943c457c34f532825daf728bd8f71525a48fb161
3
+ size 2671
vocab.txt ADDED
The diff for this file is too large to render. See raw diff