Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- runs/Jun04_19-26-39_03817cab85f7/events.out.tfevents.1717529201.03817cab85f7.201.0 +3 -0
- special_tokens_map.json +42 -6
- tokenizer.json +0 -0
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bobbyw/deberta-v3-large_v3_no_entities_with_context",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1740751384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d20f1e85474bf2bb3a85d5c91ef0468a82873c13ce34c9372b5add4e079cc5cd
|
3 |
size 1740751384
|
runs/Jun04_19-26-39_03817cab85f7/events.out.tfevents.1717529201.03817cab85f7.201.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ebe8fdcda6e356953fbccb172743c338ce89be31c0c0d3a9192fd698305d422
|
3 |
+
size 13547
|
special_tokens_map.json
CHANGED
@@ -1,10 +1,46 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"unk_token": {
|
9 |
"content": "[UNK]",
|
10 |
"lstrip": false,
|
|
|
1 |
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
"unk_token": {
|
45 |
"content": "[UNK]",
|
46 |
"lstrip": false,
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -783,12 +783,16 @@
|
|
783 |
"do_lower_case": false,
|
784 |
"eos_token": "[SEP]",
|
785 |
"mask_token": "[MASK]",
|
|
|
786 |
"model_max_length": 1000000000000000019884624838656,
|
787 |
"pad_token": "[PAD]",
|
788 |
"sep_token": "[SEP]",
|
789 |
"sp_model_kwargs": {},
|
790 |
"split_by_punct": false,
|
|
|
791 |
"tokenizer_class": "DebertaV2Tokenizer",
|
|
|
|
|
792 |
"unk_token": "[UNK]",
|
793 |
"vocab_type": "spm"
|
794 |
}
|
|
|
783 |
"do_lower_case": false,
|
784 |
"eos_token": "[SEP]",
|
785 |
"mask_token": "[MASK]",
|
786 |
+
"max_length": 512,
|
787 |
"model_max_length": 1000000000000000019884624838656,
|
788 |
"pad_token": "[PAD]",
|
789 |
"sep_token": "[SEP]",
|
790 |
"sp_model_kwargs": {},
|
791 |
"split_by_punct": false,
|
792 |
+
"stride": 0,
|
793 |
"tokenizer_class": "DebertaV2Tokenizer",
|
794 |
+
"truncation_side": "right",
|
795 |
+
"truncation_strategy": "longest_first",
|
796 |
"unk_token": "[UNK]",
|
797 |
"vocab_type": "spm"
|
798 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12d4f746967b8173525e94f65344028e6113e2c59416eb59a54f1a69dcfcf1c1
|
3 |
size 5176
|