ShengdingHu
commited on
Commit
·
0cda8a2
1
Parent(s):
0a8f5ea
Training in progress, step 200
Browse files
config.json
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "microsoft/deberta-
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
7 |
"finetuning_task": "sst2",
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "negative",
|
13 |
"1": "positive"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
-
"intermediate_size":
|
17 |
"label2id": {
|
18 |
"negative": 0,
|
19 |
"positive": 1
|
@@ -23,12 +26,12 @@
|
|
23 |
"max_relative_positions": -1,
|
24 |
"model_type": "deberta-v2",
|
25 |
"norm_rel_ebd": "layer_norm",
|
26 |
-
"num_attention_heads":
|
27 |
-
"num_hidden_layers":
|
28 |
"pad_token_id": 0,
|
29 |
"pooler_dropout": 0,
|
30 |
"pooler_hidden_act": "gelu",
|
31 |
-
"pooler_hidden_size":
|
32 |
"pos_att_type": [
|
33 |
"p2c",
|
34 |
"c2p"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v2-xlarge",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_head_size": 64,
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"conv_act": "gelu",
|
9 |
+
"conv_kernel_size": 3,
|
10 |
"finetuning_task": "sst2",
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 1536,
|
14 |
"id2label": {
|
15 |
"0": "negative",
|
16 |
"1": "positive"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 6144,
|
20 |
"label2id": {
|
21 |
"negative": 0,
|
22 |
"positive": 1
|
|
|
26 |
"max_relative_positions": -1,
|
27 |
"model_type": "deberta-v2",
|
28 |
"norm_rel_ebd": "layer_norm",
|
29 |
+
"num_attention_heads": 24,
|
30 |
+
"num_hidden_layers": 24,
|
31 |
"pad_token_id": 0,
|
32 |
"pooler_dropout": 0,
|
33 |
"pooler_hidden_act": "gelu",
|
34 |
+
"pooler_hidden_size": 1536,
|
35 |
"pos_att_type": [
|
36 |
"p2c",
|
37 |
"c2p"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c54ad564b9167ad385f2cc4307375f75cc6dae21d1d7a16a6b75d266eb5a9176
|
3 |
+
size 655267
|
runs/Feb04_19-00-22_node1/1643972597.5023751/events.out.tfevents.1643972597.node1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7679cb790ceb34ff00b42bf6badcf64b3716e0100ff8c25a5a9dd59dc3df09c
|
3 |
+
size 4618
|
runs/Feb04_19-00-22_node1/events.out.tfevents.1643972597.node1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f91fbc73f9a10f3cba08ce8de27e5089dc9d62df3680a06e8285f11e5bee2c5e
|
3 |
+
size 3722
|
spm.model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5598d5e96f339a8d980c15f9afd405a2e5e1be7db41de3ed13b0f03fac1e8c17
|
3 |
+
size 2447305
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "split_by_punct": false, "sp_model_kwargs": {}, "vocab_type": "spm", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "microsoft/deberta-
|
|
|
1 |
+
{"do_lower_case": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "split_by_punct": false, "sp_model_kwargs": {}, "vocab_type": "spm", "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "microsoft/deberta-v2-xlarge", "tokenizer_class": "DebertaV2Tokenizer"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b3aa7ed983096a7c7d3f893b3a37e59c62769bcbc264c3020d64afe3f7fc05c
|
3 |
size 2991
|