ArafatBHossain
commited on
Commit
•
027267f
1
Parent(s):
8a9d273
Training in progress, epoch 1
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"4": "LABEL_4",
|
16 |
+
"5": "LABEL_5"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 3072,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0,
|
22 |
+
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2,
|
24 |
+
"LABEL_3": 3,
|
25 |
+
"LABEL_4": 4,
|
26 |
+
"LABEL_5": 5
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-07,
|
29 |
+
"max_position_embeddings": 512,
|
30 |
+
"max_relative_positions": -1,
|
31 |
+
"model_type": "deberta",
|
32 |
+
"num_attention_heads": 12,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"pad_token_id": 0,
|
35 |
+
"pooler_dropout": 0,
|
36 |
+
"pooler_hidden_act": "gelu",
|
37 |
+
"pooler_hidden_size": 768,
|
38 |
+
"pos_att_type": [
|
39 |
+
"c2p",
|
40 |
+
"p2c"
|
41 |
+
],
|
42 |
+
"position_biased_input": false,
|
43 |
+
"relative_attention": true,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.20.1",
|
46 |
+
"type_vocab_size": 0,
|
47 |
+
"vocab_size": 50265
|
48 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28f5566b3d0ec4a87cca316a8e39e0ec4f0d2d4aee12434993692feabacc8efc
|
3 |
+
size 556859119
|
runs/Oct14_16-29-27_0a24dc721618/1665764991.3735797/events.out.tfevents.1665764991.0a24dc721618.3661.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8636b7077fe8a3e1bea912895b7a12aab2c2fedd2631da8283e6a23d056ee5a2
|
3 |
+
size 5398
|
runs/Oct14_16-29-27_0a24dc721618/events.out.tfevents.1665764991.0a24dc721618.3661.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7b7eb7c6469319e791ca82e1bb0e3b5a7490b4a7de8169e7a3ec48aabc2bdb4
|
3 |
+
size 4955
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56aef0b1be19665ac827681e1899eaefc73d038679ab7af80166cc6c40ddc75d
|
3 |
+
size 3375
|