Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
wiki:software:beuthbot:rasa:training [22.07.2020 19:32] Lukas Danckwerth |
wiki:software:beuthbot:rasa:training [22.07.2020 19:39] (aktuell) Lukas Danckwerth |
||
---|---|---|---|
Zeile 34: | Zeile 34: | ||
artifact FILE1.chatito | artifact FILE1.chatito | ||
artifact FILE2.chatito | artifact FILE2.chatito | ||
- | artifact ... | ||
} | } | ||
Zeile 42: | Zeile 41: | ||
artifact FILE1.json | artifact FILE1.json | ||
artifact FILE2.json | artifact FILE2.json | ||
- | artifact ... | ||
} | } | ||
Zeile 49: | Zeile 47: | ||
folder training/ | folder training/ | ||
artifact " | artifact " | ||
- | artifact ... | ||
} | } | ||
Zeile 63: | Zeile 60: | ||
=== 1 - Provide new input training data === | === 1 - Provide new input training data === | ||
- | Modify or add `*.chatito` files in the `training/ | + | Modify or add `*.chatito` files in the `training/ |
== 1.1 - Generate training datasets == | == 1.1 - Generate training datasets == | ||
Zeile 108: | Zeile 105: | ||
</ | </ | ||
- | > For a fast convenient way to [generate training datasets](# | + | > For a fast convenient way to [[# |
- | > < | + | < |
- | > # runs both the dataset generation and train model container | + | # runs both the dataset generation and train model container |
- | > docker-compose -f docker-compose.yml up | + | docker-compose -f docker-compose.yml up |
- | > | + | |
- | > # .. or simply | + | # .. or simply |
- | > docker-compose up | + | docker-compose up |
- | > </ | + | </ |
=== 3 - Check generated file === | === 3 - Check generated file === |