From a37bd4bca8ab1837a8d3bbef69b0a9414f8e7501 Mon Sep 17 00:00:00 2001 From: Ziyue Xu Date: Mon, 4 Nov 2024 16:44:49 -0500 Subject: [PATCH] minor rewording --- examples/advanced/llm_hf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced/llm_hf/README.md b/examples/advanced/llm_hf/README.md index da86c7a422..b50f8723b2 100644 --- a/examples/advanced/llm_hf/README.md +++ b/examples/advanced/llm_hf/README.md @@ -137,4 +137,4 @@ Alpaca: Oasst1: ![sft](./figs/fl_sft_oasst1.png) -As shown, federated training with multiple clients (lines with three sections) can achieve comparable or better results w.r.t. training loss to individual site's centralized trainings, demonstrating the effectiveness of NVFlare for LLM tuning tasks. +As shown, federated training with multiple clients (lines with three sections) can achieve comparable or better results w.r.t. training loss to individual site's centralized trainings, demonstrating the effectiveness of federated learning.