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:30] Lukas Danckwerth |
wiki:software:beuthbot:rasa:training [22.07.2020 19:39] (aktuell) Lukas Danckwerth |
||
|---|---|---|---|
| Zeile 31: | Zeile 31: | ||
| package Rasa { | package Rasa { | ||
| - | folder training-input as TI { | + | folder training/app/input as TI { |
| - | artifact | + | artifact |
| + | artifact FILE2.chatito | ||
| } | } | ||
| card " | card " | ||
| - | folder training-data as TD { | + | folder training/app/data as TD { |
| - | artifact | + | artifact |
| + | artifact FILE2.json | ||
| } | } | ||
| card " | card " | ||
| - | folder | + | folder |
| artifact " | artifact " | ||
| } | } | ||
| Zeile 58: | 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 103: | 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 === | ||