wiki.ziemers.de

ziemer's informatik Wiki

Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:software:beuthbot:rasa:training

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:software:beuthbot:rasa:training [22.07.2020 19:33]
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/app/model as M { folder training/app/model as M {
 artifact "nlu-YYYYMMDD-HHMMSS.tar.gz" artifact "nlu-YYYYMMDD-HHMMSS.tar.gz"
-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/app/input/` directory to provide a new functionality. For more information about `Chatito` have a look a the [Chatito](#Chatitosection of this document.+Modify or add  `*.chatito` files in the `training/app/input/` directory to provide a new functionality. For more information about `Chatito` have a look a the [[https://github.com/rodrigopivi/Chatito|Chatito]] section of this document.
  
 == 1.1 - Generate training datasets == == 1.1 - Generate training datasets ==
Zeile 108: Zeile 105:
 </code> </code>
  
-> For a fast convenient way to [generate training datasets](#1.1---Generate-training-datasetsand [create a model](#2---Create-model-with-Rasasimply use the `docker-compose.yml` file in the `training` directory. +> For a fast convenient way to [[#1.1---Generate-training-datasets|generate training datasets]] and [[#2---Create-model-with-Rasa|create a model]] simply use the `docker-compose.yml` file in the `training` directory. 
-<code> +<code> 
-# 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 
-</code>+</code>
  
 === 3 - Check generated file === === 3 - Check generated file ===
wiki/software/beuthbot/rasa/training.1595439183.txt.gz · Zuletzt geändert: 22.07.2020 19:33 von Lukas Danckwerth