-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anil Kumar Vishnoi <[email protected]>
- Loading branch information
1 parent
e91f737
commit b917df4
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
compositional_skills/foundational_skills/reasoning/common_sense_reasoning/attribution.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Title of work: title | ||
Link to work: - | ||
Revision: - | ||
License of the work: license | ||
Creator names: creators |
19 changes: 19 additions & 0 deletions
19
compositional_skills/foundational_skills/reasoning/common_sense_reasoning/qna.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
created_by: vishnoianil | ||
version: 3 | ||
task_description: skill detail description | ||
seed_examples: | ||
- question: '1' | ||
context: '1' | ||
answer: '1' | ||
- question: '2' | ||
context: '2' | ||
answer: '2' | ||
- question: '3' | ||
context: '3' | ||
answer: '3' | ||
- question: '4' | ||
context: '4' | ||
answer: '4' | ||
- question: '5' | ||
context: '5' | ||
answer: '5' |