This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Commit 9488b9b
authored
Fix typo in compositional_skills/linguistics/synonyms/qna.yaml (#1461)
Looks like a typo, the one question didn't match the answer.
**Describe the contribution to the taxonomy**
<!-- A concise description of what the contribution brings, replace
"..." in the bullet list -->
- Fix for mismatch between question and answer.
**Input given at the prompt**
**Contribution checklist**
When asking the model about synonyms, I didn't notice any wrong answer.
Maybe this specific q'n'a was eliminated during training?
<!-- Insert an x between the empty brackets: [ ] >> [x] -->
- [ ] The contribution was tested with `ilab generate`
- [ ] No errors or warnings were produced by `ilab generate`
- [x] All [commits are signed
off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal)
(DCO)
- [ ] The `qna.yaml` file contains at least 5 `seed_examples`
- [ ] The `qna.yaml` file was [linted](https://yamllint.com) and
[prettified](https://onlineyamltools.com/prettify-yaml)
([yaml-validator](https://jsonformatter.org/yaml-validator) can do both)
- [ ] An `attribution.txt` file in the same folder as the `qna.yaml`
file
- [x] Content does not include PII or otherwise sensitive or
confidential information
- [x] Content does not include anything documented in the project's
[Avoid these
Topics](https://github.com/instructlab/taxonomy/blob/main/docs/SKILLS_GUIDE.md#avoid-these-topics)
guidelines
Signed-off-by: Phil Sutter <92738430+SirPhuttel@users.noreply.github.com>1 parent 43accd2 commit 9488b9b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments