winson commited on
Commit
bdb3211
1 Parent(s): 41f72b7

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.19.4",
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:8faaed277251234c728cf84b25be2fffed885c24530764b3b59c9475ef4d7a16
3
+ size 267976815
runs/Jun15_10-06-15_077d2e194262/1655287582.9089873/events.out.tfevents.1655287582.077d2e194262.188.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa8557d7a972898045de2ddaa813f73abc3af5a09ba843055addd9db836588cd
3
+ size 5222
runs/Jun15_10-06-15_077d2e194262/events.out.tfevents.1655287582.077d2e194262.188.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d03c95016c94b6b0522dad39ba88adfa86a11b80249e869163c08ccee013e2
3
+ size 5303
runs/Jun15_10-06-15_077d2e194262/events.out.tfevents.1655287745.077d2e194262.188.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11696c81151d9b0571758d31cd5a4fa0ae953acf5522bf2d018333832d20fbdd
3
+ size 311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae87ec7b0c22d8a56271cd0ecc7dc0d29cdd368d550d07c0e80d8d51850cce07
3
+ size 3247