We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@maz
BGEEmbeddings is not working as a pretrained model in Python
It fails to work in Python, only works in Scala: Unsupported Model: BGEEmbeddings
Unsupported Model: BGEEmbeddings
It should work
document = DocumentAssembler()\ .setInputCol("text")\ .setOutputCol("document") embeddings = BGEEmbeddings.pretrained("bge_base", "en")\ .setInputCols("document")\ .setOutputCol("embeddings")
3.5.0 5.2.2
Python Application
11
No response
The text was updated successfully, but these errors were encountered:
maziyarpanahi
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Who can help?
@maz
What are you working on?
BGEEmbeddings is not working as a pretrained model in Python
Current Behavior
It fails to work in Python, only works in Scala:
Unsupported Model: BGEEmbeddings
Expected Behavior
It should work
Steps To Reproduce
Spark NLP version and Apache Spark
3.5.0
5.2.2
Type of Spark Application
Python Application
Java Version
11
Java Home Directory
No response
Setup and installation
No response
Operating System and Version
No response
Link to your project (if available)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: