[Issue] Non-standard params.json file results in failure to load config
#9
by fynnsu - opened
This repo uses params.json instead of the conventional config.json file.
As a result running transformers's MistralConfig.from_pretrained silently fails and just returns a MistralConfig with default values. Could you please rename params.json to match the industry-wide standard?