anidamarthy commited on
Commit
06bd5ff
1 Parent(s): 664c145

Model save

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.24.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:05cf61369495cadfacd040ef90793c55ccdc998cc32a82c3c3b86e86abf92654
3
+ size 267975343
runs/Dec25_12-24-38_DESKTOP-65HG2HK/1671951319.969392/events.out.tfevents.1671951319.DESKTOP-65HG2HK.11748.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ddc8e80cee8864c1600442dbef50f9a530b4a9ef1c85cdf58bb49b4be69d24
3
+ size 5552
runs/Dec25_12-24-38_DESKTOP-65HG2HK/events.out.tfevents.1671951297.DESKTOP-65HG2HK.11748.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e717236cb570d042884482f695d26e399d1bd27cbd3df57b497f2e1536f937
3
+ size 5641
runs/Dec25_12-24-38_DESKTOP-65HG2HK/events.out.tfevents.1671952376.DESKTOP-65HG2HK.11748.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75860b5ba3c451a19aa3bd62141ff381a24cfcaccb8533f929ca7b5a232b71ee
3
+ size 306
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48d34e829ac15eb31a42148ee6e529981cb9ea846b10a6554b3d39cd4f13342
3
+ size 3439