Add GigaAM NeMo transducer model for Russian ASR (#1467)

This commit is contained in:
Fangjun Kuang
2024-10-25 15:20:13 +08:00
committed by GitHub
parent b41f6d2c94
commit 707cf792c5
12 changed files with 543 additions and 21 deletions

View File

@@ -93,6 +93,8 @@ class OfflineTransducerNeMoModel {
// for details
std::string FeatureNormalizationMethod() const;
bool IsGigaAM() const;
private:
class Impl;
std::unique_ptr<Impl> impl_;