RazinAleks commited on
Commit
ae810d5
1 Parent(s): 4d446b3

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/mt5-small",
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:b62a0eb0193ee7a002411adb9db24b85186b063b41565d1f8b670abe47e832b9
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:faaa6405f5f79c9e788c7980874a9a3b5b0aea07b53bd9243bf1abb8f5c49c81
3
- size 16330467
 
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:cd9df15ed713140fb69dd5d2b3cf17a1fba9d993d220760eae5f73cb7e555f17
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726e6c6ac054c5fbc4aa8c572432d9343daf1de88f445d09b8642fc662768c56
3
  size 4155