runtime error
Exit code: 1. Reason: Some weights of RobertaModel were not initialized from the model checkpoint at obi/deid_roberta_i2b2 and are newly initialized: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Cleaning... Some weights of RobertaModel were not initialized from the model checkpoint at obi/deid_roberta_i2b2 and are newly initialized: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/app/app.py", line 25, in <module> anonymizer = FHEAnonymizer() File "/app/fhe_anonymizer.py", line 31, in __init__ self.client = FHEModelClient(DEPLOYMENT_DIR, key_dir=KEYS_DIR) File "/usr/local/lib/python3.10/site-packages/concrete/ml/deployment/fhe_client_server.py", line 386, in __init__ self.load() File "/usr/local/lib/python3.10/site-packages/concrete/ml/deployment/fhe_client_server.py", line 417, in load self.model.ciphertext_format = serialized_processing["ciphertext_format"] KeyError: 'ciphertext_format'
Container logs:
Fetching error logs...