-
Notifications
You must be signed in to change notification settings - Fork 1
Hugging Face Api for self-downloadable model #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| electra: | ||
| hugging_face: | ||
| repo_id: aditya0by0/python-chebifier | ||
| subfolder: electra | ||
| files: | ||
| ckpt: electra.ckpt | ||
| labels: classes.txt | ||
| package_name: chebai | ||
|
|
||
| resgated: | ||
| hugging_face: | ||
| repo_id: aditya0by0/python-chebifier | ||
| subfolder: resgated | ||
| files: | ||
| ckpt: resgated.ckpt | ||
| labels: classes.txt | ||
| package_name: chebai-graph | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to upload the models to chebai hugging face repo and update here
|
The api has been updated for ensemble please check |
# Conflicts: # chebifier/cli.py # chebifier/ensemble/base_ensemble.py
|
I merged the dev branch into this branch and was able to download the electra model from huggingface. I also created a config file ( Some comments:
|
Closes ChEB-AI/python-chebai#94