Chetna19 commited on
Commit
2fb6c56
1 Parent(s): ee0bb75

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.26.1",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2967548f3ae6dc99977e7f0f67d66559f2bf7399a5c0e3bd1601b2e5c7b30ac
3
+ size 265491109
runs/Mar01_05-42-38_1309c0354626/1677649364.3372796/events.out.tfevents.1677649364.1309c0354626.573.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ff2bff58b946131d8c21ecd232ffb38261ec9578a21283bf20ccedcfd24dfa
3
+ size 5670
runs/Mar01_05-42-38_1309c0354626/events.out.tfevents.1677649364.1309c0354626.573.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4e64269be014a4d15375a44fb1f9ca369e5496245065c0e088fd7fb3ee7d53
3
+ size 3699
runs/Mar01_05-46-58_1309c0354626/1677649622.131309/events.out.tfevents.1677649622.1309c0354626.7192.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c306ccbfc53e728af47dbdd4d2d1d7d10d79afcb9f5eb4ee5440c9e10832bb9e
3
+ size 5670
runs/Mar01_05-46-58_1309c0354626/events.out.tfevents.1677649622.1309c0354626.7192.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056aabf4eeccfedd9269d6cd8b638d9ab6e844018887605431f5e1cf004de3cb
3
+ size 3697
runs/Mar01_05-50-52_1309c0354626/1677649855.9748132/events.out.tfevents.1677649855.1309c0354626.7192.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006339e7695b4910ab66346a41cb5464dc7632a0778ee8273bafdc14852dccb0
3
+ size 5670
runs/Mar01_05-50-52_1309c0354626/events.out.tfevents.1677649855.1309c0354626.7192.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b07f046c88721b899ef93e7bd15c117a32ad2f3783de9119a1997fc3b9d156
3
+ size 4322
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": "distilbert-base-uncased",
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": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099301dcca9d01c359501d8b294dcb054c781db140e2b1ba0b6410d62e9a5f1f
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff