config.json seems truncated / invalid JSON in ThinkMorph-7B β can you reuse BAGEL-7B-MoT config.json?
#1
by
Qiope - opened
Hi, thanks for releasing ThinkMorph-7B.
I noticed that the config.json file in this repo seems to be truncated and is currently invalid JSON.
Current file:ThinkMorph/ThinkMorph-7B/config.json
What I see on the page is:
{
"name": [
"BAGEL-7B-MoT"
],
}
Hugging Face reports:Invalid JSON: Expected double-quoted property name in JSON at line 5, column 1
So it looks like the file is incomplete / malformed, rather than a normal valid model config.
I wanted to check:
- Was the file accidentally truncated during upload or sharding?
- Can the repo directly reuse the config from BAGEL here:
https://huggingface.co/ByteDance-Seed/BAGEL-7B-MoT/blob/main/config.json - Could you please fix or re-upload the correct
config.jsonfor ThinkMorph-7B?
Right now this blocks normal loading / inspection because the model config is not parseable.
Thanks.