Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +1 -6
- tokenizer_config.json +0 -7
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/deberta-base",
|
3 |
"architectures": [
|
4 |
"DebertaForTokenClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 554446244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4fcdc5055b563a97f22063e73cc830c89a2a662f7051280c8ba1f14ccffefe3
|
3 |
size 554446244
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
tokenizer_config.json
CHANGED
@@ -50,17 +50,10 @@
|
|
50 |
"eos_token": "[SEP]",
|
51 |
"errors": "replace",
|
52 |
"mask_token": "[MASK]",
|
53 |
-
"max_length": 512,
|
54 |
"model_max_length": 512,
|
55 |
-
"pad_to_multiple_of": null,
|
56 |
"pad_token": "[PAD]",
|
57 |
-
"pad_token_type_id": 0,
|
58 |
-
"padding_side": "right",
|
59 |
"sep_token": "[SEP]",
|
60 |
-
"stride": 0,
|
61 |
"tokenizer_class": "DebertaTokenizer",
|
62 |
-
"truncation_side": "right",
|
63 |
-
"truncation_strategy": "longest_first",
|
64 |
"unk_token": "[UNK]",
|
65 |
"vocab_type": "gpt2"
|
66 |
}
|
|
|
50 |
"eos_token": "[SEP]",
|
51 |
"errors": "replace",
|
52 |
"mask_token": "[MASK]",
|
|
|
53 |
"model_max_length": 512,
|
|
|
54 |
"pad_token": "[PAD]",
|
|
|
|
|
55 |
"sep_token": "[SEP]",
|
|
|
56 |
"tokenizer_class": "DebertaTokenizer",
|
|
|
|
|
57 |
"unk_token": "[UNK]",
|
58 |
"vocab_type": "gpt2"
|
59 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eadc28bafbede780286ac23c2cc9338515c4f054c77af5d7f77a1c50017e611a
|
3 |
size 5112
|