From f920010f8674710a66d82904363b474f7b752907 Mon Sep 17 00:00:00 2001 From: leejianwoo-collab Date: Sat, 13 Dec 2025 21:24:05 -0500 Subject: [PATCH] fix: correct pig latin training examples for proper consonant cluster handlin --- llms-full.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 4b21eec6..aa5ef126 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -765,11 +765,11 @@ Let's create some training examples and convert them to a format expected by Tin examples = [ { "input": "banana split", - "output": "anana-bay plit-say" + "output": "anana-bay it-splay" }, { "input": "quantum physics", - "output": "uantum-qay ysics-phay" + "output": "antum-quay ysics-phay" }, { "input": "donut shop", @@ -2597,3 +2597,4 @@ class UnloadModelResponse(BaseModel): type: Optional[Literal["unload_model"]] = None ``` +