GusNicho commited on
Commit
241ad91
1 Parent(s): 36c34e7

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.12.5",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb72e5775213cce41281ab4373a332bbe7ec274e65daf4b00dc80d140d9ea36
3
+ size 433448043
runs/Jan12_06-43-36_97307a5970d5/events.out.tfevents.1641969835.97307a5970d5.219.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e7913a45e2786eef601d2ec5593cb81574d46c6e5bf5f2715f08ea7a6ecd942
3
+ size 249
runs/Jan12_06-49-36_97307a5970d5/events.out.tfevents.1641970186.97307a5970d5.219.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea9bb68d3106b06b8d51c5b1818171207a093a03f3490b7d5a354609729cc1b7
3
+ size 249
runs/Jan12_06-49-59_97307a5970d5/1641970236.7552047/events.out.tfevents.1641970236.97307a5970d5.219.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5032e87a10395c2a61778926987b2aa25ebed5a21f370169bba7d4c876721a
3
+ size 4543
runs/Jan12_06-49-59_97307a5970d5/events.out.tfevents.1641970209.97307a5970d5.219.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f126508fb0491fae9b6d0f54fa33c65dc928859d2607a55fbf6671bef980e1
3
+ size 3388
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa06cda1ef573e033e3cfe5aaf4a1092e3d40438184f32e31d0fa96be324a10
3
+ size 2863