Skip to content

Google – AI Assistants for Data Tasks with Gemma - The objective of this competition is to build tools to assist Kaggle developers.

License

Notifications You must be signed in to change notification settings

awsaf49/ai-assistants-with-gemma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Google – AI Assistants for Data Tasks with Gemma with KerasNLP and Keras

The objective of this competition is to build tools to assist Kaggle developers.

In this competition, we are asked to create notebooks that demonstrate how to use the Gemma LLM to accomplish one or more of the following developer-oriented tasks:

  1. Answer common questions about the Kaggle platform.
  2. Explain or teach basic data science concepts.
  3. Summarize Kaggle Solution write-ups.
  4. Explain or teach concepts from Kaggle Solution write-ups.
  5. Answer common questions about the Python programming language.

This notebook guides you through performing "1. Answer common questions about the Kaggle platform" task for the competition. As this task requires specific knowledge of Kaggle, we need precise information about Kaggle. To do so, I have created a dataset, "Kaggle Docs", collecting data from kaggle.com/docs. To make things easier for the model, the data is curated to have Question-Answer pair format, but if you are interested, the raw data is also available. We will use this dataset to fine-tune Gemma LLM to answer questions about the Kaggle platform.

Fun fact: This notebook is backend-agnostic, supporting TensorFlow, PyTorch, and JAX. However, the best performance can be achieved from JAX. Utilizing KerasNLP and Keras allows us to choose our preferred backend. Explore more details on Keras.

Note: Code is available in kaggle.

About

Google – AI Assistants for Data Tasks with Gemma - The objective of this competition is to build tools to assist Kaggle developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published