From bf362855bacb3ae21c83d8f98775c901f83aee4b Mon Sep 17 00:00:00 2001 From: Wei Wei <5577741+windmaple@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:03:10 +0800 Subject: [PATCH] Add Gemma eval notebook to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd159f7..48f668f 100644 --- a/README.md +++ b/README.md @@ -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. |