From 6e1c2f1e378992a04ec520637281e48ff835f4fc Mon Sep 17 00:00:00 2001 From: Harald Date: Tue, 8 Oct 2024 09:10:24 +0100 Subject: [PATCH] Add Kaggle Gemma competition --- competitions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/competitions.json b/competitions.json index 47e9d5f..b7368be 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,24 @@ { "data": [ + { + "name": "Gemma LLM fine-tuning", + "url": "https://www.kaggle.com/competitions/gemma-language-tuning?ref=mlcontests", + "type": "🔤 NLP", + "tags": [ + "llm", + "subjective", + "fine-tuning", + "multi-lingual" + ], + "launched": "3 Oct 2024", + "registration-deadline": "14 Jan 2025", + "deadline": "14 Jan 2025", + "prize": "$150,000", + "platform": "Kaggle", + "sponsor": "Google", + "conference": null, + "conference_year": null + }, { "name": "Build a Secure and Local RAG System", "url": "https://www.trustii.io/post/build-a-secure-and-flexible-retrieval-augmented-generation-rag-system",