Skip to content

Commit

Permalink
added georgs configs
Browse files Browse the repository at this point in the history
  • Loading branch information
twhughes committed Aug 1, 2018
1 parent 8cd46e3 commit 8116fff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sample_configs/config_ergos.yaml
@@ -0,0 +1,10 @@
language: "de"

pipeline:
- name: "intent_featurizer_count_vectors"
- name: "intent_classifier_tensorflow_embedding"
embed_dim: 20
num_neg: 20
epochs: 200
out_of_scope_training_flag: true
out_of_scope_intent: request_outofscope
10 changes: 10 additions & 0 deletions sample_configs/config_ergos_without.yaml
@@ -0,0 +1,10 @@
language: "de"

pipeline:
- name: "intent_featurizer_count_vectors"
- name: "intent_classifier_tensorflow_embedding"
embed_dim: 20
num_neg: 20
epochs: 200
out_of_scope_training_flag: false
out_of_scope_intent: request_outofscope

0 comments on commit 8116fff

Please sign in to comment.