nobuotto commited on
Commit
14bc82f
·
1 Parent(s): 3644d33

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.2",
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:12ef734d5c2d308af2c646e69fa7eda595f3635ea482f15218f5d0976fdb687e
3
+ size 267976815
runs/May25_00-43-15_2adb0e7cd9fd/1653439600.4206512/events.out.tfevents.1653439600.2adb0e7cd9fd.82.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea91183c1ef03a4091995c701b505d1e1487b0f1669e6ac20e626abbd576b1b2
3
+ size 5222
runs/May25_00-43-15_2adb0e7cd9fd/events.out.tfevents.1653439570.2adb0e7cd9fd.82.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b4bab4e8e70bc71dcb2955dce2ed78f721eedd23c25262484f0daa036113dec
3
+ size 5303
runs/May25_00-43-15_2adb0e7cd9fd/events.out.tfevents.1653439912.2adb0e7cd9fd.82.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366732e614b54d2ab8a225f7f06290eddc1ed7305c28c5bbb515578a5e252990
3
+ size 311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff515dbac3dc7008ac8e6cd81837eb4a8f002fe3e6efc42b3839149dba91b2b
3
+ size 3247