configuration.json 478 B

1234567891011121314
  1. {
  2. "framework": "pytorch",
  3. "task" : "auto-speech-recognition",
  4. "model": {"type" : "funasr"},
  5. "pipeline": {"type":"funasr-pipeline"},
  6. "model_name_in_hub": {
  7. "ms":"iic/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",
  8. "hf":""},
  9. "file_path_metas": {
  10. "init_param":"model.pt",
  11. "config":"config.yaml",
  12. "tokenizer_conf": {"token_list": "tokens.json", "seg_dict_file": "seg_dict"},
  13. "frontend_conf":{"cmvn_file": "am.mvn"}}
  14. }