Skip to content

Commit

Permalink
Update URLs to point to the new URLs for test-data files
Browse files Browse the repository at this point in the history
The repo structure was modified in `instructlab/instructlab`, so we need to update the URLs to coincide with that change.

Also, we need to add `mbta` to the spellcheck dictionary because the PR build checks think that `mbta` is a misspelled word.

Signed-off-by: Courtney Pacheco <[email protected]>
  • Loading branch information
courtneypacheco committed Dec 11, 2024
1 parent 31ff971 commit 6397b6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .spellcheck-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Backport
backported
CLI
codebase
composable
Composable
composable
config
configs
customizable
Expand All @@ -29,6 +29,7 @@ JSON
Langchain's
LLM
LLMBlock
mbta
MCQ
Merlinite
Mixtral
Expand Down
14 changes: 11 additions & 3 deletions docs/dataset_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,17 @@ The fields in a knowledge contribution are:

Examples of these files used in CI are found [here](https://github.com/instructlab/instructlab/tree/main/scripts/test-data):

* [e2e-qna-freeform-skill](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/e2e-qna-freeform-skill.yaml)
* [e2e-qna-grounded-skill](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/e2e-qna-grounded-skill.yaml)
* [e2e-qna-knowledge](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/e2e-qna-knowledge.yaml)
* Compositional skills
* Freeform
* [e2e-qna-freeform-palindrome-skill](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/compositional_skills/freeform/e2e-qna-freeform-palindrome-skill.yaml)
* [e2e-qna-freeform-siblings-skill](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/compositional_skills/freeform/e2e-qna-freeform-siblings-skill.yaml)
* Grounded
* [e2e-qna-grounded-employee-skill](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/compositional_skills/grounded/e2e-qna-grounded-employee-skill.yaml)
* [e2e-qna-grounded-punctuation-skill](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/compositional_skills/grounded/e2e-qna-grounded-punctuation.yaml)
* Knowledge
* [e2e-qna-knowledge-mbta](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/knowledge/e2e-qna-knowledge-mbta.yaml)
* [e2e-qna-knowledge-phoenix](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/knowledge/e2e-qna-knowledge-phoenix.yaml)
* [e2e-qna-knowledge](https://github.com/instructlab/instructlab/blob/main/scripts/test-data/knowledge/e2e-qna-knowledge.yaml)

### Pregenerated Dataset (Input)

Expand Down

0 comments on commit 6397b6e

Please sign in to comment.