From 86fa8d60dbdda4f36bf7f8a78cb63c1ef8b833fd Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Thu, 11 Jul 2024 00:33:36 -0700 Subject: [PATCH] skill for testing Signed-off-by: Anil Kumar Vishnoi --- .../test/skill-1/attribution.txt | 5 +++++ compositional_skills/test/skill-1/qna.yaml | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 compositional_skills/test/skill-1/attribution.txt create mode 100644 compositional_skills/test/skill-1/qna.yaml diff --git a/compositional_skills/test/skill-1/attribution.txt b/compositional_skills/test/skill-1/attribution.txt new file mode 100644 index 0000000..9542668 --- /dev/null +++ b/compositional_skills/test/skill-1/attribution.txt @@ -0,0 +1,5 @@ +Title of work: test title +Link to work: - +Revision: - +License of the work: test license +Creator names: Anil Vishnoi diff --git a/compositional_skills/test/skill-1/qna.yaml b/compositional_skills/test/skill-1/qna.yaml new file mode 100644 index 0000000..4eec813 --- /dev/null +++ b/compositional_skills/test/skill-1/qna.yaml @@ -0,0 +1,19 @@ +created_by: vishnoianil +version: 2 +task_description: skil description for testing +seed_examples: + - question: '11' + context: '11' + answer: '11' + - question: '22' + context: '22' + answer: '22' + - question: '33' + context: '33' + answer: '33' + - question: '44' + context: '44' + answer: '44' + - question: '55' + context: '55' + answer: '55'