livinNector commited on
Commit
3214dd1
1 Parent(s): 1a618ec

Training in progress, step 5000

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": 512,
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.27.4",
21
+ "vocab_size": 1023
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ecb3e605e865e62932271920e9707a4019edbbdd90c08f67aa915d2545de9fd
3
+ size 177239153
runs/May04_13-40-42_gpu208-10/1683196905.7416923/events.out.tfevents.1683196905.gpu208-10.29514.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a462983d6bb090206f5788b9d34cc96ebab7db1f1d9e8a114badf011d91a40
3
+ size 5823
runs/May04_13-40-42_gpu208-10/events.out.tfevents.1683196903.gpu208-10.29514.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e2915fb4731506f9f428c40a2d6bdcd85a3fb10ffa024fec2b7adeca46a0e3
3
+ size 5290
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05d6fe63298f498e81c35724e2ccb4e29b44071b4ac384f77ebcfa4e2b622b46
3
+ size 3643