Skip to content

Instantly share code, notes, and snippets.

@reuben
Created October 4, 2021 13:49
Show Gist options
  • Save reuben/6ced6a8b41e3d0849dafb7cae301e905 to your computer and use it in GitHub Desktop.
Save reuben/6ced6a8b41e3d0849dafb7cae301e905 to your computer and use it in GitHub Desktop.
{
"train_files": [
"cv-corpus-7.0-2021-07-21/en/clips/train.csv",
"mls_english_opus/train.csv",
"librivox-train-clean-100.csv",
"librivox-train-clean-360.csv",
"librivox-train-other-500.csv"
],
"dev_files": [
"cv-corpus-7.0-2021-07-21/en/clips/dev.csv",
"mls_english_opus/dev.csv",
"librivox-dev-clean.csv",
"librivox-dev-other.csv"
],
"test_files": [
"cv-corpus-7.0-2021-07-21/en/clips/test.csv",
"mls_english_opus/test.csv",
"librivox-test-clean.csv",
"librivox-test-other.csv"
],
"metrics_files": null,
"read_buffer": 1048576,
"feature_cache": "",
"cache_for_epochs": 0,
"feature_win_len": 32,
"feature_win_step": 20,
"audio_sample_rate": 16000,
"normalize_sample_rate": true,
"augment": [
"frequency_mask[p=0.9,n=5:7,size=2]",
"time_mask[p=0.9,n=4:5,size=100:125,domain=spectrogram]"
],
"epochs": 50,
"dropout_rate": 0.0,
"dropout_rate2": 0.0,
"dropout_rate3": 0.0,
"dropout_rate4": 0.0,
"dropout_rate5": 0.0,
"dropout_rate6": 0.0,
"relu_clip": 20.0,
"beta1": 0.9,
"beta2": 0.999,
"epsilon": 1e-08,
"learning_rate": 0.001,
"train_batch_size": 64,
"dev_batch_size": 64,
"test_batch_size": 64,
"export_batch_size": 1,
"inter_op_parallelism_threads": 0,
"intra_op_parallelism_threads": 0,
"use_allow_growth": true,
"load_cudnn": false,
"train_cudnn": true,
"automatic_mixed_precision": false,
"limit_train": 0,
"limit_dev": 0,
"limit_test": 0,
"reverse_train": false,
"reverse_dev": false,
"reverse_test": false,
"checkpoint_dir": "checkpoints/",
"load_checkpoint_dir": "checkpoints/",
"save_checkpoint_dir": "checkpoints/",
"checkpoint_secs": 600,
"max_to_keep": 5,
"load_train": "best",
"load_evaluate": "auto",
"drop_source_layers": 0,
"export_dir": "",
"remove_export": false,
"export_tflite": false,
"n_steps": 16,
"export_zip": false,
"export_file_name": "output_graph",
"export_beam_width": 500,
"export_author_id": "author",
"export_model_name": "model",
"export_model_version": "0.0.1",
"export_contact_info": "<public contact information of the author. Can be an email address, or a link to a contact form, issue tracker, or discussion forum. Must provide a way to reach the model authors>",
"export_license": "<SPDX identifier of the license of the exported model. See https://spdx.org/licenses/. If the license does not have an SPDX identifier, use the license name.>",
"export_language": "<language the model was trained on - IETF BCP 47 language tag including at least language, script and region subtags. E.g. \"en-Latn-UK\" or \"de-Latn-DE\" or \"cmn-Hans-CN\". Include as much info as you can without loss of precision. For example, if a model is trained on Scottish English, include the variant subtag: \"en-Latn-GB-Scotland\".>",
"export_min_stt_version": "<minimum Coqui STT version (inclusive) the exported model is compatible with>",
"export_max_stt_version": "<maximum Coqui STT version (inclusive) the exported model is compatible with>",
"export_description": "<Freeform description of the model being exported. Markdown accepted. You can also leave this flag unchanged and edit the generated .md file directly. Useful things to describe are demographic and acoustic characteristics of the data used to train the model, any architectural changes, names of public datasets that were used when applicable, hyperparameters used for training, evaluation results on standard benchmark datasets, etc.>",
"log_level": 0,
"show_progressbar": true,
"log_placement": false,
"report_count": 5,
"summary_dir": "/root/.local/share/stt/summaries",
"test_output_file": "",
"n_hidden": 2048,
"layer_norm": false,
"random_seed": 4568,
"early_stop": false,
"es_epochs": 25,
"es_min_delta": 0.05,
"reduce_lr_on_plateau": false,
"plateau_epochs": 10,
"plateau_reduction": 0.1,
"force_initialize_learning_rate": false,
"bytes_output_mode": false,
"alphabet_config_path": "alphabet.txt",
"scorer_path": "",
"beam_width": 1024,
"lm_alpha": 0.5891777425167632,
"lm_beta": 0.6619145283338659,
"cutoff_prob": 1.0,
"cutoff_top_n": 300,
"one_shot_infer": null,
"lm_alpha_max": 5,
"lm_beta_max": 5,
"n_trials": 2400
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment