falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

Error: Elinalinut/Calia-falcon-7b does not appear to have a file named config.json. #2165

Closed Elinalinut closed 1 year ago

Elinalinut commented 1 year ago

So I wanted to make a chatbot using a fine-tuned Falcon 7b model and I don't know why but it doesn't seem to have the config.json file just the adapter_config.json. I would really appreciate it if someone explained to me what I'm doing wrong cause I'm pretty new to this.

vytas7 commented 1 year ago

Hi @Elinalinut! It seems you have confused the Falcon-7B open source language/chat AI model with this Falcon, which is a (also open source) web framework for Python developers :sweat_smile: It can probably be used to write a web API to talk to that Falcon AI, but otherwise these two aren't really related.