ViktorDo commited on
Commit
2871c60
1 Parent(s): 8f9f6a7

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForMaskedLM"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "initializer_range": 0.02,
11
+ "max_position_embeddings": 124,
12
+ "model_type": "distilbert",
13
+ "n_heads": 12,
14
+ "n_layers": 6,
15
+ "pad_token_id": 0,
16
+ "qa_dropout": 0.1,
17
+ "seq_classif_dropout": 0.2,
18
+ "sinusoidal_pos_embds": false,
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.20.0",
21
+ "vocab_size": 30522
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e33c5926cac9484b35b68a9af6b4f93185809637bb7966670a7baa04606c88a
3
+ size 266784879
runs/Jun20_08-59-13_18c5acbb3ec2/1655715560.9239268/events.out.tfevents.1655715560.18c5acbb3ec2.74.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fcc21f2f35f002a3f4a78441b208969d16ba6b34854f8fee3c92148891388d0
3
+ size 5401
runs/Jun20_08-59-13_18c5acbb3ec2/events.out.tfevents.1655715560.18c5acbb3ec2.74.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4c8812120d774b9ebbfa7301f87201c6fd79101acb496b34cf3d648c534afc
3
+ size 3865
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:707d03d384d9ec147e1697c00c538e731cc14a1c1bc70aaa44b9c271443654ea
3
+ size 3311