stevems1 commited on
Commit
03e29b5
1 Parent(s): e576fb9

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-uncased",
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.18.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62223bea265dd291f8356377fdc32393d619568b48e977447e693694ee37b4e6
3
+ size 438128811
runs/Apr19_12-52-53_8db5d9fc041a/1650372795.23096/events.out.tfevents.1650372795.8db5d9fc041a.81.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0bfd9ab731695e95419351e21f8e368b9b9308fce47720fe77cefd37266149
3
+ size 4864
runs/Apr19_12-52-53_8db5d9fc041a/1650373132.7499497/events.out.tfevents.1650373132.8db5d9fc041a.81.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf4968ef3814704a83510c4618de5d86702b028cac6f6dce63b327f45ab8146
3
+ size 4864
runs/Apr19_12-52-53_8db5d9fc041a/events.out.tfevents.1650372795.8db5d9fc041a.81.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33d0129c4cb8c28b72dadc5e6213ec102c216c96045a99f0f998f1796bf6fabc
3
+ size 3361
runs/Apr19_12-52-53_8db5d9fc041a/events.out.tfevents.1650373132.8db5d9fc041a.81.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1ff67bc110f7224113a205ee320fdc73471aa2d4bfeecafaed45f132883eee
3
+ size 3361
runs/Apr19_13-00-03_8db5d9fc041a/1650373213.9489884/events.out.tfevents.1650373213.8db5d9fc041a.81.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a8d770ae1c57519a9e02202e57a16b880e6768bfcae3094e78101eae536bfa
3
+ size 4864
runs/Apr19_13-00-03_8db5d9fc041a/events.out.tfevents.1650373213.8db5d9fc041a.81.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b680887e981d728fd6df50539c214415e529b8a2bab8b9a88452b2aa405703d7
3
+ size 3518
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3133c74b52edf218c8a133a9f1bc57da7f8a832fc3fded83a202433948a7aa03
3
+ size 3055