From 6ce14be92d062b3d98efb1509b80dc02faa8f3b2 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Thu, 5 Sep 2024 14:16:08 -0700 Subject: [PATCH] test skill 31 Signed-off-by: Anil Kumar Vishnoi --- .../grounded/engineering/attribution.txt | 3 +++ .../grounded/engineering/qna.yaml | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 compositional_skills/grounded/engineering/attribution.txt create mode 100644 compositional_skills/grounded/engineering/qna.yaml diff --git a/compositional_skills/grounded/engineering/attribution.txt b/compositional_skills/grounded/engineering/attribution.txt new file mode 100644 index 0000000..efdea60 --- /dev/null +++ b/compositional_skills/grounded/engineering/attribution.txt @@ -0,0 +1,3 @@ +Title of work: title +License of the work: license +Creator names: creators diff --git a/compositional_skills/grounded/engineering/qna.yaml b/compositional_skills/grounded/engineering/qna.yaml new file mode 100644 index 0000000..8321486 --- /dev/null +++ b/compositional_skills/grounded/engineering/qna.yaml @@ -0,0 +1,17 @@ +created_by: vishnoianil +version: 3 +task_description: test skill 31 description - asdfasdfasdfasdfasdfasd +seed_examples: + - context: '1' + question: '1' + answer: '1' + - context: '2' + question: '2' + answer: '2' + - context: '3' + question: '3' + answer: '3' + - question: '4' + answer: '4' + - question: '5' + answer: '5'