peterhsu commited on
Commit
3c941d1
1 Parent(s): b6bba76

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.16.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:8dafc1ffdf43c9611d0b8ca4bd12824609a8e7ab57aa446983d71290d5bf2889
3
+ size 267982639
runs/Jan28_17-13-24_33cde76a8deb/1643390023.7127004/events.out.tfevents.1643390023.33cde76a8deb.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6029854336eb96481cd966df2f6fe414659c1b80b405492bcd67cf38feea5b
3
+ size 4822
runs/Jan28_17-13-24_33cde76a8deb/events.out.tfevents.1643390023.33cde76a8deb.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c7cf7960edd020e0b160391f74f32c739b5ee6c04fbe698883088b416df6e9
3
+ size 5091
runs/Jan28_17-13-24_33cde76a8deb/events.out.tfevents.1643390195.33cde76a8deb.73.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab14b57e1216d12eae3af9ee866c9655968e8ce288c41a9b5857640f4449458d
3
+ size 311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460aabd32bfb85116214cfdb1e63c9c5936d3e12d2a99e793c99bf48cc50bac8
3
+ size 3055