I think `eos_token_id` should be `163585`in `config.json`?

#51
by jukofyork - opened

Just noticed this comparing this config.json to the new Kimi-K2.5:

  "eos_token_id": 163586,

But the tokenizer_config.json is set to use 163585:

    "163585": {
      "content": "[EOS]",
      "lstrip": false,
      "normalized": false,
      "rstrip": false,
      "single_word": false,
      "special": true
    },
  "eos_token": "[EOS]"

here and in Kimi-K2.5.

Sign up or log in to comment