ViktorDo commited on
Commit
166b463
·
1 Parent(s): a2d7a53

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.25.1",
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:191c0e131aa679c1dca43df10859b3dc97a97382d771578303fca96f0806ee71
3
+ size 266786097
runs/Jan24_15-00-18_28c77d875dc8/1674572536.8954115/events.out.tfevents.1674572536.28c77d875dc8.692.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75faac065c0f6ad173c0501a618cc1c491e44b2287f64e8a4d24e0994f9d5d93
3
+ size 5524
runs/Jan24_15-00-18_28c77d875dc8/events.out.tfevents.1674572533.28c77d875dc8.692.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18443de4b8efb2b4beb5c08bea02548b8988a34f8e2fa5dd3293547543975074
3
+ size 4131
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9c60253cba17a21c76f4c47924c8249be527a75a0d664e28da17e8e5832127
3
+ size 3387