Skip to content

Commit 53f1639

Browse files
committed
putting the qna.yaml in the correct place
1 parent 3f420b2 commit 53f1639

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/lab-4/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,22 @@ On September 28, Moo Deng was the subject of a Saturday Night Live sketch. She w
240240
▪ Pesto, another baby zoo animal that gained online popularity in 2024
241241
```
242242

243+
## Putting the `qna.yaml` in the correct place
244+
245+
We need to put the `qna.yaml` like above to the correct place so we can actual do the training. The following commands pulls a copy of it down and puts it in your local `taxonomy` tree.
246+
247+
```bash
248+
cd ~/.local/share/instructlab/taxonomy
249+
mkdir -p knowledge/science/animals/hippos/
250+
cd $!
251+
wget https://raw.githubusercontent.com/instructlab/taxonomy/7ff90c1b7dd7760df130fc21cef46c6a8208048c/knowledge/science/animals/hippos/qna.yaml
252+
cd -
253+
```
254+
255+
!!! note
256+
If `wget` is not found, please run `brew install wget` that should get it on your laptop.
257+
258+
243259
## Generating synthetic data
244260

245261
After you've built a good knowledge submission like above, the `qna.yaml`, the `attribution.txt` and

0 commit comments

Comments
 (0)