adamwhite625 commited on
Commit
c3b81d5
·
verified ·
1 Parent(s): a550a80

(Trained with Unsloth)

Browse files
Files changed (2) hide show
  1. config.json +4 -1
  2. tokenizer_config.json +1 -1
config.json CHANGED
@@ -8,7 +8,10 @@
8
  "bos_token_id": 2,
9
  "cache_implementation": "hybrid",
10
  "torch_dtype": "float16",
11
- "eos_token_id": 1,
 
 
 
12
  "final_logit_softcapping": 30.0,
13
  "head_dim": 256,
14
  "hidden_act": "gelu_pytorch_tanh",
 
8
  "bos_token_id": 2,
9
  "cache_implementation": "hybrid",
10
  "torch_dtype": "float16",
11
+ "eos_token_id": [
12
+ 1,
13
+ 107
14
+ ],
15
  "final_logit_softcapping": 30.0,
16
  "head_dim": 256,
17
  "hidden_act": "gelu_pytorch_tanh",
tokenizer_config.json CHANGED
@@ -2005,7 +2005,7 @@
2005
  "extra_special_tokens": {},
2006
  "model_max_length": 8192,
2007
  "pad_token": "<pad>",
2008
- "padding_side": "left",
2009
  "sp_model_kwargs": {},
2010
  "spaces_between_special_tokens": false,
2011
  "tokenizer_class": "GemmaTokenizer",
 
2005
  "extra_special_tokens": {},
2006
  "model_max_length": 8192,
2007
  "pad_token": "<pad>",
2008
+ "padding_side": "right",
2009
  "sp_model_kwargs": {},
2010
  "spaces_between_special_tokens": false,
2011
  "tokenizer_class": "GemmaTokenizer",