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 LLAMA 3 #14379

Merged
merged 4 commits into from
Sep 3, 2024
Merged

Conversation

prabod
Copy link
Contributor

@prabod prabod commented Aug 27, 2024

This PR Integrates LLAMA 3 family models into SparkNLP

Description

The Llama 3 release introduces a new family of pretrained and fine-tuned LLMs, ranging in scale
from 8B to 70B parameters. Llama 3 models are designed with enhanced
efficiency, performance, and safety, making them more capable than previous versions. These models
are trained on a more diverse and expansive dataset, offering improved contextual understanding
and generation quality.

The fine-tuned models, known as Llama 3-instruct, are optimized for dialogue applications using an advanced
version of Reinforcement Learning from Human Feedback (RLHF). Llama 3-instruct models demonstrate superior
performance across multiple benchmarks, outperforming Llama 2 and even matching or exceeding the capabilities
of some closed-source models.

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 27, 2024 04:32
@prabod prabod self-assigned this Aug 27, 2024
@maziyarpanahi maziyarpanahi changed the base branch from master to release/550-release-candidate September 1, 2024 18:31
@coveralls
Copy link

@maziyarpanahi maziyarpanahi merged commit f4fd4e7 into release/550-release-candidate Sep 3, 2024
6 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.

3 participants