simecek commited on
Commit
3f907a4
1 Parent(s): 5f6267d

Training in progress, step 5000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 768,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-07,
12
+ "max_position_embeddings": 512,
13
+ "max_relative_positions": -1,
14
+ "model_type": "deberta",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 6,
17
+ "pad_token_id": 0,
18
+ "pooler_dropout": 0,
19
+ "pooler_hidden_act": "gelu",
20
+ "pooler_hidden_size": 768,
21
+ "pos_att_type": null,
22
+ "position_biased_input": true,
23
+ "relative_attention": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.19.3",
26
+ "type_vocab_size": 0,
27
+ "vocab_size": 4101
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55202f37825dc893b0332743951453caac1bba074595f2a3fd924d081867dae1
3
+ size 186685725
runs/Jun10_00-50-27_38b296708278/1654822258.7770317/events.out.tfevents.1654822258.38b296708278.161.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4683ec8e35b0815796eeaf8d29cae49dbab1ebb4c968d78e16a5edee7542d147
3
+ size 5167
runs/Jun10_00-50-27_38b296708278/events.out.tfevents.1654822258.38b296708278.161.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71fab4aaca12092c515c6d8a15282dd9bcfe1a75c28172fc3abe7c0d0251c2e
3
+ size 3930
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d6a81286add1694f9a5bb601414c59ef1f92572f9b586e8edfd0988a6d44587
3
+ size 3247