chua's picture
Add root config for Hub download stats
5083ef1
Raw
History Blame Contribute Delete
822 Bytes
{
"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"
],
"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."
}