DeepSpeech/data
2019-07-11 11:41:31 +02:00
..
lm wip job 4931 test result from 4929 2019-07-11 11:41:31 +02:00
smoke_test Update trie files to renenerated versions 2019-06-21 23:24:21 -03:00
ted Merge of pull requests #49, #50, and #52. Fixes issues #2, #4, #11, #12, #46, #47, and #48 2016-10-13 15:15:39 -04:00
alphabet.txt --n_hidden=2048 --train_batch_size 24 --learning_rate 0.0001 --dropout_rate 0.2 --epoch 30 2019-07-10 15:54:50 +02:00
README.md capitalize 2019-03-18 23:54:42 +01:00

Language-Specific Data

This directory contains language-specific data files. Most importantly, you will find here:

  1. A list of unique characters for the target language (e.g. English) in data/alphabet.txt
  2. A binary n-gram language model compiled by kenlm in data/lm/lm.binary
  3. A trie model compiled by generate_trie.cpp in data/lm/trie

For more information on how to create these resources, see data/lm/README.md