-
Notifications
You must be signed in to change notification settings - Fork 717
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
Release/442 release candidate #13789
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
maziyarpanahi
commented
May 10, 2023
•
edited
Loading
edited
- Fix Tapas bug due to exceeding the maximum rank value #13772
- SPARKNLP-819 Adding changes to make spark-nlp 3.4.0 default version #13773
- SPARKNLP-828: Raise error when exceeding max input length #13774
- SPARKNLP-797: Introduce Protected Features #13777
- Sparknlp 811 implement RobertaForZeroShotClassification annotator #13782
- SPARKNLP-832-MultiDateMatcher-doesn-t-return-multiple-dates #13783
- Fix loadSavedModel for DBFS #13784
- Sparknlp 826 upload new optimized models for bart and Generate function #13787
- fix GA job without spark version - fix sark34 references in build.sbt
- Python side now also throws an exception if max length exceeds 512
…ators - Added HasMaxSentenceLengthLimit mix-in to check for valid value for maxSentenceLength - Appended tests with new test case for this - Added missing tests for some annotators
- Added setProtected method for annotator features, so that they are only settable once - Added test to verify this behavior
Removed noBeamsearch and related methods
…ix relaxedFactoryStrategy parameter
Fix Tapas bug due to exceeding the maximum rank value
maziyarpanahi
added
enhancement
documentation
bug-fix
new-feature
Introducing a new feature
new model
dependencies
Pull requests that update a dependency file
DON'T MERGE
Do not merge this PR
labels
May 10, 2023
…park-NLP-fully-compatible-with-Apache-Spark-3.4 SPARKNLP-819 Adding changes to make spark-nlp 3.4.0 default version
…nputLength SPARKNLP-828: Raise error when exceeding max input length
- let's not throw hard exception in the minor release - will log this later for clarity of the users
…-params SPARKNLP-797: Introduce Protected Features
…BertaForZeroShotClassification-annotator Sparknlp 811 implement RobertaForZeroShotClassification annotator
…eMatcher-doesn-t-return-multiple-dates SPARKNLP-832-MultiDateMatcher-doesn-t-return-multiple-dates
Fix loadSavedModel for DBFS
…ptimized-models-for-BART Sparknlp 826 upload new optimized models for bart and Generate function
- we are hitting the rate limit on GA - jobs are failing with the new spark 34 tests - the spark 30 and 31 are old now with security issues, we can for now disable them
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug-fix
dependencies
Pull requests that update a dependency file
documentation
DON'T MERGE
Do not merge this PR
enhancement
new model
new-feature
Introducing a new feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.