jwuthri commited on
Commit
077a20d
1 Parent(s): 34468c0

Training in progress, step 500

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.20.1",
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:a4e25b747b5e80bdf1bbecd1ae8d59411561f3e6a0f23328802363e5d34c334d
3
+ size 267976815
runs/Jun25_05-22-34_cf9e054e6e53/1656135151.5098145/events.out.tfevents.1656135151.cf9e054e6e53.181.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04942c072f726e47398dffe14f3bae2774622dffa1bacf5853a1f3dc1096786c
3
+ size 5387
runs/Jun25_05-22-34_cf9e054e6e53/events.out.tfevents.1656135151.cf9e054e6e53.181.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f5fad3444a7bbd3d402f6369d72128b1b2ec6bf3e2e28cb2fb1bafe793d3a8
3
+ size 5046
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239d1f788a9de0db5bcd5416fea6a36afafc0f94c539d522665d4ed47b64367a
3
+ size 3311