Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@koaning
Created April 17, 2020 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koaning/6e077617c551e47276934b92438da3c5 to your computer and use it in GitHub Desktop.
Save koaning/6e077617c551e47276934b92438da3c5 to your computer and use it in GitHub Desktop.
Rasa Tensorboard Example
pipeline:
- name: WhitespaceTokenizer
- name: CRFEntityExtractor
- name: CountVectorsFeaturizer
OOV_token: "oov"
token_pattern: (?u)\b\w+\b
- name: CountVectorsFeaturizer
analyzer: "char_wb"
min_ngram: 1
max_ngram: 4
- name: EmbeddingIntentClassifier
epochs: 50
ranking_length: 5
evaluate_on_number_of_examples: 500
evaluate_every_number_of_epochs: 5
tensorboard_log_directory: ".tensorboard"
tensorboard_log_level: "epoch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment