ArafatBHossain
commited on
Commit
•
4a0e41c
1
Parent(s):
607c6a4
Training in progress, epoch 1
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.20.1",
|
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:f75f889903b9b5b2c03b2b15b93366c5a4d0cddbb8d6d880ba2522284b5866d0
|
3 |
+
size 556852975
|
runs/Oct17_20-21-15_07f3b2fa8145/1666038111.0739725/events.out.tfevents.1666038111.07f3b2fa8145.17.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba0cd301a1f65d19b01362efeb7e5a75bbb81e58154dcc0d403eadc5920ab2ea
|
3 |
+
size 5368
|
runs/Oct17_20-21-15_07f3b2fa8145/events.out.tfevents.1666038111.07f3b2fa8145.17.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf5ea4f54b75f44b09aec8a3eadbdd1ca9c98ae5200ea581dd17310d77fdf17
|
3 |
+
size 4227
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:395ee2f8fda0aa268acbb74050cf104111161f942414970a663aa4a88d4b1839
|
3 |
+
size 3375
|