Replies: 1 comment
-
Hi @CTRFL5! Haystack doesn't support the use of TF models, so you would need to convert it to PyTorch format. This guide about converting models from HuggingFace might be useful for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to load a fine tuned tensorflow model using the FARM reader, however I get the following error
I've tried setting from_tf=True in the FARM reader but it doesn't recognize it and returns the following error:
This is the model I'm trying to load, my code works with pytorch BERT models.
Does Haystack support the use of TF models? If so, how can I load them?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions