-
Notifications
You must be signed in to change notification settings - Fork 712
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
Error using some pretrained pipelines in Spark/PySpark 3.x #2738
Comments
@Digaari Only report anything related to public and open-source. We are not responsible for anything else. |
Any model/pipeline with that specific error means they are not trained/saved in Spark 3.x/Scala 2.12, they need to be trained/saved using Spark 3.x. Please make a list and pass it to the Models Hub team to fix them |
@Digaari here is a list of pipelines that not working on spark 3.x.
|
@maziyarpanahi this issue is still open and we've tested these models, they are still broken. As you said, @josejuanmartinez can assign someone from modelshub team. |
Thanks @muhammetsnts These pipelines need to be re-do/re-uploaded by using Apache Spark 3.x. Some models/pipelines need two copies one for spark 2.x and one for soark 3.x. So these work in Spark 2.x but the 3.x are missing. Please assign a member to save and upload these pipelines with the same version/metadata but on spark 3.x this time. |
I'm still running into this issue with the following environment
|
Description
When I try to use
match_chunks
andmatch_datetime
pretrained pipelines in sparknlp_version 3.0.1, get errors while downloading these pipelines.Current Behavior
Steps to Reproduce
pipeline = PretrainedPipeline('match_chunks', lang='en')
pipeline = PretrainedPipeline('match_datetime', lang='en')
Context
Your Environment
sparknlp.version()
: 3.0.1spark.version
: 3.1.1java -version
: openjdk version "1.8.0_282"The text was updated successfully, but these errors were encountered: