-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfs.json
38 lines (38 loc) · 988 Bytes
/
confs.json
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
35
36
37
38
{
"System": {
"Logs": "Logs/",
"IP": "",
"Port": 8080
},
"NLU": {
"Activation": "softmax",
"Threshold": 0.5,
"TFLearn": {
"Logs": "Model/TFLearn",
"LogsLevel": 3,
"Path": "Model/nlu.tflearn",
"Data": "Model/model.json"
},
"Regression": true,
"FcLayers": 3,
"FcUnits": 32,
"Epochs": 5000,
"BatchSize": 32,
"ShowMetric": true,
"Entities": "Mitie",
"EntitiesDat": "Model/entities.dat",
"Mitie": {
"Threshold": 4.00,
"Location": "MITIE/mitielib",
"ModelLocation": "MITIE/MITIE-models/english/total_word_feature_extractor.dat"
},
"defaultResponses": [
"Sorry, I did not understand you",
"Sorry, could you rephrase"
],
"repetition": [{
"ignoreCount": 5,
"ignoreReset": 60
}]
}
}