From 86a9cb659e112d2c8c275614035e3a925b31c301 Mon Sep 17 00:00:00 2001 From: Kris Stern Date: Thu, 26 Dec 2024 05:16:36 +0800 Subject: [PATCH] fix(gsoc): patch broken link found in gsoc 2025 llm project idea (#7782) --- ...c-LLM-based-on-jenkins-usage-using-ci.jenkins.io-data.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/projects/gsoc/2025/project-ideas/domain-specific-LLM-based-on-jenkins-usage-using-ci.jenkins.io-data.adoc b/content/projects/gsoc/2025/project-ideas/domain-specific-LLM-based-on-jenkins-usage-using-ci.jenkins.io-data.adoc index c210149ef170..1d60b401dd75 100644 --- a/content/projects/gsoc/2025/project-ideas/domain-specific-LLM-based-on-jenkins-usage-using-ci.jenkins.io-data.adoc +++ b/content/projects/gsoc/2025/project-ideas/domain-specific-LLM-based-on-jenkins-usage-using-ci.jenkins.io-data.adoc @@ -32,7 +32,7 @@ This full-stack project focuses on a proof-of-concept (PoC) idea to fine-tune an The main source of raw data will be the publicly available ci.jenkins.io datasets. It is expected that there will be two parts of the project: the first part which is to analyze the ci.jenkins.io data using machine learning techniques, and the second part which is to "ingest" the knowledge gained via part one to fine-tune an existing LLM model to help with any infra-related troubleshooting tasks. The contributor will get to be involved in every step of the application development process, from data collection, wrangling, and processing to fine-tuning the model and developing the UI. -Unlike the very similar link:/projects/gsoc/2024/projects/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge.adoc[GSoC 2024 LLM counterpart], this project is very research-focused and data-driven, and will be a lot more difficult to achieve a successful outcome. +Unlike the very similar link:/projects/gsoc/2024/projects/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge[GSoC 2024 LLM counterpart], this project is very research-focused and data-driven, and will be a lot more difficult to achieve a successful outcome. We will build on the completed work available via GitHub at link:https://github.com/jenkins-infra/Enhancing-LLM-with-Jenkins-Knowledge/[]. It is expected that some benchmarking will be conducted by the GSoC contributor selected towards the end of the project to gauge the effectiveness of the work completed, which will also serve as a basis for future similar projects. @@ -65,5 +65,5 @@ Intermediate to Advanced == Quick Start -Become familiarized with the flow of the link:/projects/gsoc/2024/projects/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge.adoc[GSoC 2024 LLM project]. +Become familiarized with the flow of the link:/projects/gsoc/2024/projects/enhancing-an-existing-llm-model-with-domain-specific-jenkins-knowledge/[GSoC 2024 LLM project]. We will reference the source code from the GSoC 2024 LLM project at link:https://github.com/jenkins-infra/Enhancing-LLM-with-Jenkins-Knowledge/[its official repo on GitHub].