FlameF0X commited on
Commit
a7ac8e1
·
verified ·
1 Parent(s): 3e4be75

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +2 -2
  3. tokenizer_config.json +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd68923838d2083d549d10765f4b663e2de784b376c9499a95282666b746cd23
3
  size 1423580250
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afe743faec675c4a55bf72089b2f46f81c020ca8acbda7104a024591e115023
3
  size 1423580250
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 1024
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
tokenizer_config.json CHANGED
@@ -15,7 +15,7 @@
15
  "eos_token": "<|endoftext|>",
16
  "extra_special_tokens": {},
17
  "max_length": 2048,
18
- "model_max_length": 512,
19
  "pad_to_multiple_of": null,
20
  "pad_token": "<|endoftext|>",
21
  "pad_token_type_id": 0,
 
15
  "eos_token": "<|endoftext|>",
16
  "extra_special_tokens": {},
17
  "max_length": 2048,
18
+ "model_max_length": 1024,
19
  "pad_to_multiple_of": null,
20
  "pad_token": "<|endoftext|>",
21
  "pad_token_type_id": 0,