configuration.json 473 B

1234567891011121314151617181920
  1. {
  2. "framework": "pytorch",
  3. "task": "speaker-verification",
  4. "model": {
  5. "type": "generic-sv",
  6. "sv_model_name": "sv.pb",
  7. "model_config": {
  8. "type": "pytorch",
  9. "code_base": "funasr",
  10. "mode": "sv",
  11. "lang": "zh-cn",
  12. "batch_size": 1,
  13. "sv_model_name": "sv.pb",
  14. "sv_model_config": "sv.yaml"
  15. }
  16. },
  17. "pipeline": {
  18. "type": "sv-inference"
  19. }
  20. }