Hi,
Thanks for the code. Sorry I am new to this. I followed your readme, but after running the code:
curl -X POST http://127.0.0.1:8080/predictions/bert -T predict.txt
, I get the following error:
{
"code": 404,
"type": "ModelNotFoundException",
"message": "Model not found: bert"
}
My folder and files are set as the below pictures show. Could you please help take a look at what I have done incorrectly? Thank you!
Best,
Mark



Hi,
Thanks for the code. Sorry I am new to this. I followed your readme, but after running the code:
curl -X POST http://127.0.0.1:8080/predictions/bert -T predict.txt
, I get the following error:
{
"code": 404,
"type": "ModelNotFoundException",
"message": "Model not found: bert"
}
My folder and files are set as the below pictures show. Could you please help take a look at what I have done incorrectly? Thank you!
Best,
Mark