jgammack commited on
Commit
1c3b6a7
1 Parent(s): 0219cb2

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.11.3",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8d901330d93dfdedcd7a562c85e9a9e808501de8db24e2eb9176b9a288ae43
3
+ size 438141995
runs/Oct18_15-15-44_1ad4e98f2efd/1634570163.1615484/events.out.tfevents.1634570163.1ad4e98f2efd.92.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec3547faae7973093c75448292650024a86f51a6037c32a70e73d4a9e640b7c
3
+ size 4529
runs/Oct18_15-15-44_1ad4e98f2efd/events.out.tfevents.1634570163.1ad4e98f2efd.92.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bde62df211622cdd7ee27d52e34a49dba792011c77cb3862d925e944c5fa415c
3
+ size 3555
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d52c02f32390f58f94a515cb15d76f5a9305e15bd96075e30a8d4cbf1ba1fa7
3
+ size 2863