simecek commited on
Commit
2690ed5
1 Parent(s): 439ba95

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:6dded93dad509161490e1083a616c5f1a0af38088c6b9d5fd643ba5f3caffb87
3
+ size 186685725
runs/Jun09_20-38-41_3995d8641354/1654807153.6491768/events.out.tfevents.1654807153.3995d8641354.163.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ec956cbaba2f6e529bbd0028af13877a82ad5a2c40a190e9353dce43b85165
3
+ size 5160
runs/Jun09_20-38-41_3995d8641354/events.out.tfevents.1654807153.3995d8641354.163.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1167df9ce7d5dc4c7350f6d710f5e303c2175617578c6f623c5be21475ea82d2
3
+ size 3923
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50750d3f89b8e29c06fdfbd7ff35677ce7fea909727cd98c8b296c7f3b5d5c7
3
+ size 3247