VladimirVorobev commited on
Commit
180ddbe
1 Parent(s): c8c5151

Upload 7 files

Browse files
Files changed (3) hide show
  1. generation_config.json +0 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +1 -1
generation_config.json CHANGED
@@ -3,6 +3,5 @@
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
- "max_length": 512,
7
  "transformers_version": "4.27.0.dev0"
8
  }
 
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
 
6
  "transformers_version": "4.27.0.dev0"
7
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3384b329f27252807f8215521a41e518e927a199b852487a8c8f40dd6ed788af
3
- size 891700799
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588726486058f24ec0d329915ed6e01c567810ddf47b8fb6c8047d4af672603c
3
+ size 891702929
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 65,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },