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

Add Gemma model #1448

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Add Gemma model #1448

merged 1 commit into from
Feb 21, 2024

Conversation

mattdangerw
Copy link
Member

The Keras implementation of the Gemma model was the effort of a number of contributors:

  • Initial architecture: Gabriel Rasskin, Francois Chollet, Matt Watson
  • Model parallelism: Qianli Scott Zhu
  • Model export for inference: Neel Kovelamudi
  • Lora implementation: Francois Chollet, Samaneh Saadat
  • Benchmarking: Haifeng Jin
  • Intepretability extensions: Ryan Mullins
  • Testing infrastructure: Ramesh Sampath

Many more helped with documentaiton and Kaggle integration.

The Keras implementation of the Gemma model was the effort of a number of
contributors:

- Initial architecture: Gabriel Rasskin, Francois Chollet, Matt Watson
- Model parallelism: Qianli Scott Zhu
- Model export for inference: Neel Kovelamudi
- Lora implementation: Francois Chollet, Samaneh Saadat
- Benchmarking: Haifeng Jin
- Intepretability extensions: Ryan Mullins
- Testing infrastructure: Ramesh Sampath

Many more helped with documentaiton and Kaggle integration.

Co-authored-by: Francois Chollet <francois.chollet@gmail.com>
Co-authored-by: Gabriel Rasskin <43894452+grasskin@users.noreply.github.com>
Co-authored-by: Qianli Scott Zhu <scottzhu@google.com>
Co-authored-by: Neel Kovelamudi <60985914+nkovela1@users.noreply.github.com>
Co-authored-by: Samaneh Saadat <ssaadat@google.com>
Co-authored-by: Haifeng Jin <5476582+haifeng-jin@users.noreply.github.com>
Co-authored-by: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com>
Co-authored-by: Ryan Mullins <ryan@ryanmullins.org>
Copy link

google-cla bot commented Feb 21, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@mattdangerw mattdangerw merged commit dd3ceb7 into master Feb 21, 2024
12 of 17 checks passed
abuelnasr0 pushed a commit to abuelnasr0/keras-nlp that referenced this pull request Apr 2, 2024
The Keras implementation of the Gemma model was the effort of a number of
contributors:

- Initial architecture: Gabriel Rasskin, Francois Chollet, Matt Watson
- Model parallelism: Qianli Scott Zhu
- Model export for inference: Neel Kovelamudi
- Lora implementation: Francois Chollet, Samaneh Saadat
- Benchmarking: Haifeng Jin
- Intepretability extensions: Ryan Mullins
- Testing infrastructure: Ramesh Sampath

Many more helped with documentaiton and Kaggle integration.

Co-authored-by: Francois Chollet <francois.chollet@gmail.com>
Co-authored-by: Gabriel Rasskin <43894452+grasskin@users.noreply.github.com>
Co-authored-by: Qianli Scott Zhu <scottzhu@google.com>
Co-authored-by: Neel Kovelamudi <60985914+nkovela1@users.noreply.github.com>
Co-authored-by: Samaneh Saadat <ssaadat@google.com>
Co-authored-by: Haifeng Jin <5476582+haifeng-jin@users.noreply.github.com>
Co-authored-by: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com>
Co-authored-by: Ryan Mullins <ryan@ryanmullins.org>
@mattdangerw mattdangerw deleted the gemma branch April 9, 2024 03:23
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.

1 participant