Skip to content

Commit

Permalink
Add Gemma eval notebook to README
Browse files Browse the repository at this point in the history
  • Loading branch information
windmaple authored Oct 4, 2024
1 parent de3bd79 commit bf36285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ You can find the Gemma models on GitHub, Hugging Face models, Kaggle, Google Clo
| [Finetune_with_XTuner.ipynb](Gemma/Finetune_with_XTuner.ipynb) | Finetune Gemma using [XTuner](https://github.com/InternLM/xtuner). |
| [Finetune_with_LLaMA_Factory.ipynb](Gemma/Finetune_with_LLaMA_Factory.ipynb) | Finetune Gemma using [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory). |
| [Aligning_DPO_Gemma_2b_it.ipynb](Gemma/Aligning_DPO_Gemma_2b_it.ipynb) | Demonstrate how to align a Gemma model using DPO (Direct Preference Optimization) with [Hugging Face TRL](https://huggingface.co/docs/trl/en/index). |
| [Gemma evaluation](Gemma/Gemma_evaluation.ipynb) | Demonstrate how to use Eleuther AI's LM evaluation harness to perform model evaluation on Gemma. |
| [Gemma on Android](Gemma/Gemma-on-Android) | Android app to deploy fine-tuned Gemma-2B-it model using MediaPipe LLM Inference API. |
| **PaliGemma** |
| [Image_captioning_using_PaliGemma.ipynb](PaliGemma/Image_captioning_using_PaliGemma.ipynb) | Use PaliGemma to generate image captions using Keras. |
Expand Down

0 comments on commit bf36285

Please sign in to comment.