forked from RasaHQ/carbon-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
34 lines (32 loc) · 768 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
language: en
pipeline:
- name: ConveRTTokenizer
- name: ConveRTFeaturizer
model_url: https://github.com/davidalami/ConveRT/releases/download/1.0/nocontext_tf_model.tar.gz
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer
analyzer: char_wb
min_ngram: 1
max_ngram: 4
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: DIETClassifier
epochs: 60
scale_loss: False
weight_sparsity: 0.3
transformer_size: 512
BILOU_flag: True
- name: ResponseSelector
epochs: 50
- name: EntitySynonymMapper
policies:
- name: MemoizationPolicy
max_history: 5
- name: TEDPolicy
max_history: 5
batch_strategy: balanced
epochs: 300
random_seed: 666
evaluate_on_num_examples: 0
enable_fallback_prediction: False
- name: RulePolicy