Anup K. Kalia
Anup K. Kalia
I tried the following ```python def convert_tf_checkpoint_to_pytorch(tf_checkpoint_path, bert_config_file, pytorch_dump_path): # Initialise PyTorch model config = RemBertConfig.from_json_file(bert_config_file) print(f"Building PyTorch model from configuration: {config}") model = RemBertModel(config) # Load weights from tf...
I am having similar issues with Flair.
Hey @stefan-it I was using a custom pretrain model based on google/rembert. For some odd reasons in self.tokenizer.model_max_length was coming larger than LARGE_INTEGER. This resulted in making self.truncate = False....
Yes I am using the latest version and also I guess the error came from creating a custom pre-training model using the Rembert architecture.
This is not working
Even (64-bit) getting split into (64-bit and )
Hi Derek (@djwhatle) Thanks for reaching out. You can follow through the following documentation. 1. https://github.com/konveyor/tackle-container-advisor (this will help you to get started e.g., deploying the API) 2. https://github.com/konveyor/tackle-container-advisor/tree/main/aca_backend_api (more...