From 7f0b6bd9af9d62706f0235fe08b8ec7ddd9e35e1 Mon Sep 17 00:00:00 2001
From: nikkie
Date: Mon, 1 Jul 2024 08:46:37 +0900
Subject: [PATCH] Fix typo
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index ecb5b8c..2fd97d0 100644
--- a/index.html
+++ b/index.html
@@ -309,7 +309,7 @@
- - Step 1: Instruction Gneration: Magpie crafts an input query in the format of the predefined instruction template of the LLM.
+
- Step 1: Instruction Generation: Magpie crafts an input query in the format of the predefined instruction template of the LLM.
This query defines only the role of instruction provider (e.g., user), and does not provide any instruction.
The auto-regressive LLM has been fine-tuned using instruction data in the format of the predefined instruction template.
Thus, the LLM autonomously generates an instruction when the query crafted by Magpie is given as an input.
@@ -434,4 +434,4 @@