Shushant Pudasaini commited on
Commit
1e7d264
1 Parent(s): a6744eb

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.26.0",
21
+ "type_vocab_size": 2,
22
+ "use_cache": true,
23
+ "vocab_size": 30522
24
+ }
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.26.0"
5
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e311c74d2649bb43846827527004dda4298a1fc213745b2700c5d9050497c4f4
3
+ size 438128811
runs/Feb10_14-24-55_g002/1676035505.4558902/events.out.tfevents.1676035505.g002.239576.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:529e2d6d46d01c9d9df7dcd02fe51c18fd350ee8cd05ce3b80f4d470f3f08211
3
+ size 5649
runs/Feb10_14-24-55_g002/events.out.tfevents.1676035505.g002.239576.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8d576e8ca93f32b130e456a91c094c8da67901f6f0334c6108616d6216d236
3
+ size 3662
runs/Feb12_15-43-35_g002/1676213019.6262054/events.out.tfevents.1676213019.g002.118671.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c52dd2894387b338cb91542545776ab122e1700e8aa4a1f1eeeb861bd43303
3
+ size 5649
runs/Feb12_15-43-35_g002/events.out.tfevents.1676213019.g002.118671.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f0dc41ec765d2e7e8557158e9ba6e00a68ec91c1be4ce56665a15c54f1cf8a
3
+ size 3662
runs/Feb12_15-46-39_g002/1676213203.3057697/events.out.tfevents.1676213203.g002.119996.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76687e65071b8b69a0b305dbb3c90f4feeeb82b503e31fbb3c17b1b8953de838
3
+ size 5649
runs/Feb12_15-46-39_g002/events.out.tfevents.1676213203.g002.119996.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57c6baba2cb5a31422b24f4d4a7d730cdc325235404cc23b2a745761f5dd55b
3
+ size 4010
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242ef805c30247ea8685bc3e26016d9b9f1a47f7ae913c6a22c1443e5dd0fb8a
3
+ size 3503