File size: 850 Bytes
5083ef1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cf3f460
 
 
5083ef1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "model_type": "audio8_asr_onnx_runtime",
  "architectures": [
    "Audio8ASROnnxRuntime"
  ],
  "library_name": "onnx",
  "pipeline_tag": "automatic-speech-recognition",
  "task": "multilingual_automatic_speech_recognition",
  "base_model": "AutoArk-AI/Audio8-ASR-0.1B",
  "runtime": "onnxruntime",
  "languages": [
    "English",
    "Chinese",
    "Cantonese",
    "French",
    "Japanese",
    "German",
    "Korean"
  ],
  "model_bundle": "model_bundle",
  "default_cache_precision": "int8",
  "default_audio_precision": "int8",
  "available_cache_precisions": [
    "fp32",
    "int8",
    "int4"
  ],
  "available_audio_precisions": [
    "fp32",
    "int8"
  ],
  "download_stats_note": "Root config.json is included for Hugging Face Hub metadata and download accounting. Runtime graph metadata is stored in model_bundle/metadata.json."
}