patrickvonplaten
commited on
Commit
•
dc368bf
1
Parent(s):
ca1d612
Training in progress, step 5000
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-base",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
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 |
+
"4": "LABEL_4"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"LABEL_0": 0,
|
21 |
+
"LABEL_1": 1,
|
22 |
+
"LABEL_2": 2,
|
23 |
+
"LABEL_3": 3,
|
24 |
+
"LABEL_4": 4
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-07,
|
27 |
+
"max_position_embeddings": 512,
|
28 |
+
"max_relative_positions": -1,
|
29 |
+
"model_type": "deberta-v2",
|
30 |
+
"norm_rel_ebd": "layer_norm",
|
31 |
+
"num_attention_heads": 12,
|
32 |
+
"num_hidden_layers": 12,
|
33 |
+
"pad_token_id": 0,
|
34 |
+
"pooler_dropout": 0,
|
35 |
+
"pooler_hidden_act": "gelu",
|
36 |
+
"pooler_hidden_size": 768,
|
37 |
+
"pos_att_type": [
|
38 |
+
"p2c",
|
39 |
+
"c2p"
|
40 |
+
],
|
41 |
+
"position_biased_input": false,
|
42 |
+
"position_buckets": 256,
|
43 |
+
"relative_attention": true,
|
44 |
+
"share_att_key": true,
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.17.0",
|
47 |
+
"type_vocab_size": 0,
|
48 |
+
"vocab_size": 128100
|
49 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0bbfcad7df64dacc102e836970c0d161eee5b02ee3d99fdd111489a79e0b644
|
3 |
+
size 737791915
|
runs/Mar20_18-23-34_87d3551ae168/1647800632.8157868/events.out.tfevents.1647800632.87d3551ae168.74.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45135437f6cbe1648c8afcc89e19986e8f02d9c0f37ee8d011b47b3d33544b15
|
3 |
+
size 4786
|
runs/Mar20_18-23-34_87d3551ae168/events.out.tfevents.1647800632.87d3551ae168.74.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36ba0c7859cb0402d2df5048e618c4326399e1dcc655d58dfa4b6955199b87f1
|
3 |
+
size 5590
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e263270358fd30c574f8dfda33b3becd7797d965fc22dabf85a37508ab46314f
|
3 |
+
size 2991
|