ViktorDo commited on
Commit
c869882
1 Parent(s): 06caa8c

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.19.2",
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:1169c86661f7301b4ede2904c65b17937e3d1452c46ba2f85b105ab070ddcabb
3
+ size 266784879
runs/May30_17-34-53_d399f9ddca4b/1653932273.7558346/events.out.tfevents.1653932273.d399f9ddca4b.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:801b98e7dae44a72387525e13db6065f5f019d688b72901347fe7d152606f5b4
3
+ size 5241
runs/May30_17-34-53_d399f9ddca4b/events.out.tfevents.1653932248.d399f9ddca4b.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c8d4bce5e1b0a52c0f2d2bf8b76c73aeff9b7a42eee20e0c2c76f9120eeffa
3
+ size 3553
runs/May30_17-37-58_d399f9ddca4b/1653932285.0921383/events.out.tfevents.1653932285.d399f9ddca4b.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a94576bd1e1805068311aa8ab96d32ed02cd05d68a5ab3aa04e1b4297f4da1
3
+ size 5241
runs/May30_17-37-58_d399f9ddca4b/events.out.tfevents.1653932285.d399f9ddca4b.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69f26034613588a6f50d5960929d972a441f8e82dc0c9a614f8725006a47baa
3
+ size 3772
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92d29565b65e6857748eed42fa5086f9ea6195dd6777f13784f050a30d08901b
3
+ size 3247