Closed manueltonneau closed 4 years ago
Hi @mananeau we should improve validation and error messages soon, but the config.json file should be exactly named config.json
If you rename those files your models will pop up.
Are they TF2 models?
Got it, will try now.
Are they TF2 models?
They are TF1.11 and TF1.15 models.
It worked, thanks a lot for your swift reply :) I created a PR mentioned above to clarify the upload instructions in the README.md
.
Keep on rocking!
They are TF1.11 and TF1.15 models.
FYI you can host those models if you want, but the transformers library doesn't support them
(I'd be interested in hearing more about your use case here though)
🐛 Bug
Information
I uploaded two models (named
clinicalcovid-bert-base-cased
andbiocovid-bert-large-cased
) following the instructions on the website. The folder I uploaded for each model contains the configuration json file, the vocabulary in txt format, the three tensorflow models files and the pytorch model bin. They are now downloadable from S3 at the following links:clinicalcovid-bert-base-cased
config.json
•tensorflow weights
•tensorflow.meta
•tensorflow.index
•pytorch_model.bin
•vocab.txt
biocovid-bert-large-cased
config.json
•tensorflow weights
•tensorflow.meta
•tensorflow.index
•pytorch_model.bin
•vocab.txt
Yet, they are not appearing on the website. Any idea why that could be?