Skip to content
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

How to load model.safetensors using fast_bert using python3.* #320

Open
pratikchhapolika opened this issue Feb 29, 2024 · 0 comments
Open

Comments

@pratikchhapolika
Copy link

I have trained a model using latest transformers package 4.37.2 and it saves the model as model.safetensors.

I am using from fast_bert.prediction import BertClassificationPredictor to load the model in production. But it's giving the error as

OSError: Error no file named ['pytorch_model.bin', 'tf_model.h5', 'model.ckpt.index'] found in directory  or `from_tf` set to False 

Does BertClassificationPredictor allow us to load model.safetensors. If yes, how can we do this?

predictor = BertClassificationPredictor(model_path=self.model_path,
                                                     label_path=self.label_path,
                                                     multi_label=False,
                                                     model_type='roberta',
                                                     do_lower_case=True)

@kaushaltrivedi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant