wallacenpj commited on
Commit
1a22dbe
1 Parent(s): 3c2fba5

Training in progress, step 50

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-base",
3
+ "architectures": [
4
+ "DebertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2",
14
+ "3": "LABEL_3"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "layer_norm_eps": 1e-07,
25
+ "max_position_embeddings": 512,
26
+ "max_relative_positions": -1,
27
+ "model_type": "deberta",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "pooler_dropout": 0,
32
+ "pooler_hidden_act": "gelu",
33
+ "pooler_hidden_size": 768,
34
+ "pos_att_type": [
35
+ "c2p",
36
+ "p2c"
37
+ ],
38
+ "position_biased_input": false,
39
+ "relative_attention": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.28.0",
42
+ "type_vocab_size": 0,
43
+ "vocab_size": 50265
44
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af65965e724b49b8893e3f4314cf9006fb90c4d8614ea0bc735b3dd86ef8ae13
3
+ size 556854769
runs/May11_02-52-08_36a2b403633b/1683773547.856226/events.out.tfevents.1683773547.36a2b403633b.726.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9200a2a4b996c58ecdc562a3998bcf94927c714b8a693389d947768574ccb6a0
3
+ size 5942
runs/May11_02-52-08_36a2b403633b/events.out.tfevents.1683773547.36a2b403633b.726.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f24b252c3beb6cf66d712e86b64dd7f6076a3897af66c4dde84fa1bf88557a8
3
+ size 4918
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ba33c3867ca483977ee1f976d8254efc2666e555be5673a3e35cdf0e05370a
3
+ size 3643