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.