RazinAleks
commited on
Commit
·
ae810d5
1
Parent(s):
4d446b3
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- 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 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "RazinAleks/mT5-fine-tune",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200772613
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:970d741311cef9f6f44c84c1395e4c8c67be1fc39bc65201653404f3a1ec2a23
|
3 |
size 1200772613
|
tokenizer.json
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:6502d07619068a98aa2d3bb531332a694ffe108ca6c6fe62a467ccfe98d666b9
|
3 |
+
size 16315219
|
tokenizer_config.json
CHANGED
@@ -4,9 +4,13 @@
|
|
4 |
"eos_token": "</s>",
|
5 |
"extra_ids": 0,
|
6 |
"legacy": true,
|
|
|
7 |
"model_max_length": 1000000000000000019884624838656,
|
8 |
"pad_token": "<pad>",
|
9 |
"sp_model_kwargs": {},
|
|
|
10 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
11 |
"unk_token": "<unk>"
|
12 |
}
|
|
|
4 |
"eos_token": "</s>",
|
5 |
"extra_ids": 0,
|
6 |
"legacy": true,
|
7 |
+
"max_length": 128,
|
8 |
"model_max_length": 1000000000000000019884624838656,
|
9 |
"pad_token": "<pad>",
|
10 |
"sp_model_kwargs": {},
|
11 |
+
"stride": 0,
|
12 |
"tokenizer_class": "T5Tokenizer",
|
13 |
+
"truncation_side": "right",
|
14 |
+
"truncation_strategy": "longest_first",
|
15 |
"unk_token": "<unk>"
|
16 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726e6c6ac054c5fbc4aa8c572432d9343daf1de88f445d09b8642fc662768c56
|
3 |
size 4155
|