impawankr commited on
Commit
787b171
1 Parent(s): 2a3d6ee

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
+ "DistilBertForMaskedLM"
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.17.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:93ccb80914db6ada0b021e2a8ba6def9ff4a4a9b3d86749d55286908322ec82f
3
+ size 267983023
runs/Apr05_16-57-22_032668cede7a/1649178136.1872196/events.out.tfevents.1649178136.032668cede7a.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a461a975af4828252ed213a516d351e3d53ec8862e04033ddb4d98c1b9f750
3
+ size 4822
runs/Apr05_16-57-22_032668cede7a/events.out.tfevents.1649178131.032668cede7a.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b8b8c6d37497c62643cb593e12c174f54095bfa3c87add3893068e6fabb349
3
+ size 5091
runs/Apr05_16-57-22_032668cede7a/events.out.tfevents.1649178333.032668cede7a.73.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbad81a2095c59979d95b953bfa50543d357399674c2fdf807d8c74d70825923
3
+ size 311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4724fcad7a6593823f998f944ea02e853ccb64862b407be5aa40f4e57b8840da
3
+ size 3055