sequencr-ai-admin commited on
Commit
c50bcfd
·
verified ·
1 Parent(s): 6484781

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. special_tokens_map.json +1 -7
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -6,13 +6,7 @@
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
  "pad_token": {
17
  "content": "<pad>",
18
  "lstrip": false,
 
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
+ "eos_token": "<unk>",
 
 
 
 
 
 
10
  "pad_token": {
11
  "content": "<pad>",
12
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -8006,7 +8006,7 @@
8006
  },
8007
  "bos_token": "<s>",
8008
  "clean_up_tokenization_spaces": false,
8009
- "eos_token": "</s>",
8010
  "extra_special_tokens": {},
8011
  "model_max_length": 131072,
8012
  "pad_token": "<pad>",
 
8006
  },
8007
  "bos_token": "<s>",
8008
  "clean_up_tokenization_spaces": false,
8009
+ "eos_token": "<unk>",
8010
  "extra_special_tokens": {},
8011
  "model_max_length": 131072,
8012
  "pad_token": "<pad>",