Training in progress, epoch 1
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "microsoft/deberta-v3-
|
3 |
"architectures": [
|
4 |
"DebertaV2ForTokenClassification"
|
5 |
],
|
@@ -25,7 +25,7 @@
|
|
25 |
"model_type": "deberta-v2",
|
26 |
"norm_rel_ebd": "layer_norm",
|
27 |
"num_attention_heads": 12,
|
28 |
-
"num_hidden_layers":
|
29 |
"pad_token_id": 0,
|
30 |
"pooler_dropout": 0,
|
31 |
"pooler_hidden_act": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-base",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForTokenClassification"
|
5 |
],
|
|
|
25 |
"model_type": "deberta-v2",
|
26 |
"norm_rel_ebd": "layer_norm",
|
27 |
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
"pad_token_id": 0,
|
30 |
"pooler_dropout": 0,
|
31 |
"pooler_hidden_act": "gelu",
|
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:83eb516c643fcd3b34436a40063700e8c48d90298884ace9f8e6ec552a7fe9e6
|
3 |
+
size 735404397
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5263727c9d6cad0ff11a03125e7a85fbee4d28be69a78c2481499d3c1d0cc5f
|
3 |
size 4027
|