Any chance to get JSON config files?

#31
by ZoontF - opened

Any chance to get the...

  • config.json
  • tokenizer.json
  • tokenizer_config.json

Any chance to get the...

  • config.json
  • tokenizer.json
  • tokenizer_config.json

You can find them in my safetensors conversion. The configs are identical to the official Qwen3.5-9B. With the only difference (on the surface) being mtp_num_hidden_layers has a value of 0. This is because these layers are stripped during GGUF conversion, as llama.cpp doesn't support Multi-Token Prediction at the moment.

Sign up or log in to comment