gokulkarthik commited on
Commit
27b5715
1 Parent(s): e1b4155

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.11.0",
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:da7e9b0aeb971a5d0d0c573ca288127d80867e82312d247a6c4eb01fac4c777f
3
+ size 265497077
runs/Sep29_14-52-28_5212dcf48d84/1632927163.6568933/events.out.tfevents.1632927163.5212dcf48d84.76.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e59d7f28f4799ccd66dfe8ee4161c510f7d09b3515150ab99a59d6e456fe6022
3
+ size 4576
runs/Sep29_14-52-28_5212dcf48d84/events.out.tfevents.1632927163.5212dcf48d84.76.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f333d24220111052ad74ce95597894053c3f2b987e3b40070ee1c77643e7c90
3
+ size 3100
runs/Sep29_14-54-13_5212dcf48d84/1632927346.3883452/events.out.tfevents.1632927346.5212dcf48d84.76.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a60267217a2083bd02017ebcc55b634a17322240ba7979bbb3278e4ecd50d1f
3
+ size 4576
runs/Sep29_14-54-13_5212dcf48d84/events.out.tfevents.1632927346.5212dcf48d84.76.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8d750d5b3ff28f4f979079bcdd2dd68bc0972d0bdca2a2de24697a16371ec79
3
+ size 3100
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, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd7186a2e72c759a1a9ca585a4f4883daf4bcc8c1fcf994c50d26d78e4d6a733
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff