Add lm rescore to online-modified-beam-search (#133)
This commit is contained in:
@@ -15,7 +15,7 @@ struct OfflineLMConfig {
|
||||
std::string model;
|
||||
|
||||
// LM scale
|
||||
float scale = 1.0;
|
||||
float scale = 0.5;
|
||||
|
||||
OfflineLMConfig() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user