Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge: Knowledge in InstructLab is represented by question and answ #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions knowledge/geography/test/knowledge/attribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Title of work: work title
Link to work: http://github.com
Revision: sadfadsfadsf098098098dsfasdf
License of the work: no license
Creator names: Anil Kumar Vishnoi
53 changes: 53 additions & 0 deletions knowledge/geography/test/knowledge/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
created_by: vishnoianil
version: 3
domain: test
document_outline: >-
Knowledge in InstructLab is represented by question and answer pairs that
involve facts, data, or references. Knowledge in InstructLab is represented by
question and answer pairs that involve facts, data, or references.
seed_examples:
- context: '1'
questions_and_answers:
- question: '11'
answer: '11'
- question: '12'
answer: '12'
- question: '13'
answer: '13'
- context: '2'
questions_and_answers:
- question: '21'
answer: '21'
- question: '22'
answer: '22'
- question: '23'
answer: '23'
- context: '3'
questions_and_answers:
- question: '31'
answer: '31'
- question: '32'
answer: '32'
- question: '33'
answer: '33'
- context: '4'
questions_and_answers:
- question: '41'
answer: '41'
- question: '42'
answer: '42'
- question: '43'
answer: '43'
- context: '5'
questions_and_answers:
- question: '51'
answer: '51'
- question: '52'
answer: '52'
- question: '53'
answer: '53'
document:
repo: https://github.com
commit: asdfasdfasdf897897987asdf87asdf987asdf
patterns:
- test.pdf
Loading