From 65c6cea8bc66b2abeca670302b6f9e8268ea5248 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Thu, 12 Dec 2024 11:46:53 -0800 Subject: [PATCH] Amend commit with updated content Signed-off-by: Anil Kumar Vishnoi --- compositional_skills/test-skill/attribution.txt | 3 +++ compositional_skills/test-skill/qna.yaml | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 compositional_skills/test-skill/attribution.txt create mode 100644 compositional_skills/test-skill/qna.yaml diff --git a/compositional_skills/test-skill/attribution.txt b/compositional_skills/test-skill/attribution.txt new file mode 100644 index 0000000..c727006 --- /dev/null +++ b/compositional_skills/test-skill/attribution.txt @@ -0,0 +1,3 @@ +Title of work: Teaching a model to rhyme. +License of the work: CC-BY-SA-4.0 +Creator names: juliadenham diff --git a/compositional_skills/test-skill/qna.yaml b/compositional_skills/test-skill/qna.yaml new file mode 100644 index 0000000..6712938 --- /dev/null +++ b/compositional_skills/test-skill/qna.yaml @@ -0,0 +1,14 @@ +created_by: vishnoianil +version: 3 +task_description: These provided examples demonstrate how to rhyme. +seed_examples: + - question: What are 5 words that rhyme with horn? + answer: warn, torn, born, thorn, and corn. + - question: What are 5 words that rhyme with cat? + answer: bat, gnat, rat, vat, and mat. + - question: What are 5 words that rhyme with poor? + answer: door, shore, core, bore, and tore. + - question: What are 5 words that rhyme with bank? + answer: tank, rank, prank, sank, and drank. + - question: What are 5 words that rhyme with bake? test + answer: wake, lake, steak, make, and quake.