anrilombard commited on
Commit
f32fbdc
·
1 Parent(s): b6d13fb

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.24.0",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecdc1073a2b6faa02eb262f6a5b4c090ea5d9902846dd1ceb670c394a9369bc9
3
+ size 267975343
runs/Nov27_04-14-46_7b9d4fbcd2b6/1669522808.2091494/events.out.tfevents.1669522808.7b9d4fbcd2b6.76.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e957d8e0dd130e5881eab9d2a6d7f73502d050fb9c623bd19367aed836acd079
3
+ size 5528
runs/Nov27_04-14-46_7b9d4fbcd2b6/events.out.tfevents.1669522808.7b9d4fbcd2b6.76.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66355471f222b25ba98c2d7bc69c2067ba66799c60ddb1f43b23b49816b7421f
3
+ size 4121
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c260eb671d67d12b5c56be8039839a293a17abe3cf883b4d163614de9af851
3
+ size 3439