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

SparkNLP introducing Phi-3 #14373

Merged
merged 3 commits into from
Sep 1, 2024
Merged

Conversation

prabod
Copy link
Contributor

@prabod prabod commented Aug 19, 2024

This PR introduces Phi-3

Description
This pull request integrates the Phi-3 model into the existing suite of NLP tools. Phi-3 is a Transformer-based model with 3 billion parameters, optimized for advanced natural language understanding tasks. This model builds upon the success of its predecessor, Phi-2, by incorporating additional training on a wider array of texts and improved architecture tweaks that enhance performance on a variety of NLP benchmarks.

Motivation and Context

The introduction of Phi-3 addresses the growing demand for more efficient and powerful NLP models that require less computational resources without compromising on performance. Phi-3 offers a significant improvement in handling complex NLP tasks such as text summarization, sentiment analysis, and language inference, making it a valuable addition for developers and researchers looking to push the boundaries of what's possible in NLP.

Screenshots (if appropriate):

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING page.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@prabod prabod requested a review from maziyarpanahi August 19, 2024 08:06
@prabod prabod self-assigned this Aug 19, 2024
@maziyarpanahi maziyarpanahi changed the base branch from master to release/550-release-candidate September 1, 2024 18:29
@maziyarpanahi maziyarpanahi merged commit 1caf296 into release/550-release-candidate Sep 1, 2024
1 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants