Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Created June 3, 2019 21:20
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 hamletbatista/e9cdac077b949aab5b6077b1706fb11f to your computer and use it in GitHub Desktop.
Save hamletbatista/e9cdac077b949aab5b6077b1706fb11f to your computer and use it in GitHub Desktop.
input_features:
-
name: tokens
type: text
level: word
encoder: rnn
cell_type: lstm
bidirectional: true
num_layers: 2
reduce_output: null
preprocessing:
word_format: space
output_features:
-
name: intent
type: category
reduce_input: sum
num_fc_layers: 1
fc_size: 64
-
name: slots
type: sequence
decoder: tagger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment