From cc782b72d478345296c317d9bc317337ca87398d Mon Sep 17 00:00:00 2001 From: Giovanni Gatti Pinheiro Date: Wed, 24 Jul 2024 16:31:04 +0200 Subject: [PATCH] fixing url/baseurl --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 5707357..1485b6f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,8 +23,8 @@ description: >- # this means to ignore newlines until "baseurl:" Optimization (DPO). We test our approach with diverse datasets, including various educational materials and Socratic dialogues. Using advanced models like GPT-4o for evaluation, our results show that DPO successfully fine-tunes LLMs for Socratic dialogue, enhancing their educational value. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/socratic-llm" # the subpath of your site, e.g. /blog +url: "https://giovannigatti.github.io" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: "" github_username: GiovanniGatti