AlexanderMaz commited on
Commit
b9f93e0
1 Parent(s): b717995

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -20,8 +20,13 @@ tags:
20
  The data is used in project https://github.com/Alexander92-cpu/LanguageModel_Fusion
21
 
22
  Data desciption:
23
- 'asr/stt_en_conformer_transducer_small.nemo' - NeMo ASR pre-trained RNN-T model;
24
- 'gpt2' - fine-tuned GPT-2 LM model for rescoring;
25
- 'kenlm/4_ngram_output.bin' - 4-gram language model;
26
- 'lstm' - trained from scratch word-level LSTM LM model and the corresponding tokenizer;
27
- 'text' - contains text data used for training, validation, and testing.
 
 
 
 
 
 
20
  The data is used in project https://github.com/Alexander92-cpu/LanguageModel_Fusion
21
 
22
  Data desciption:
23
+
24
+ - 'asr/stt_en_conformer_transducer_small.nemo' - NeMo ASR pre-trained RNN-T model (https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/stt_en_conformer_transducer_small);
25
+
26
+ - 'gpt2' - fine-tuned GPT-2 LM model for rescoring (https://huggingface.co/docs/transformers/model_doc/gpt2#transformers.GPT2LMHeadModel);
27
+
28
+ - 'kenlm/4_ngram_output.bin' - 4-gram language model;
29
+
30
+ - 'lstm' - trained from scratch word-level LSTM LM model and the corresponding tokenizer;
31
+
32
+ - 'text' - contains text data used for training, validation, and testing.