The config.json seems incorrect

#7
by shoubing35 - opened

The config.json seems incorrect.
"model_type": "llama" should be "falcon"
"architectures": ["LlamaForCausalLM"] should be "architectures": ["FalconForCausalLM"]

shoubing35 changed discussion status to closed
shoubing35 changed discussion status to open

weights seem to be llama weights as well:
model.embed_tokens.weight

Sign up or log in to comment