OpenWakeWord.AXERA / config.json
HY-2012's picture
config.json 标准化 + README frontmatter(HF 模型卡规范) (#2)
b929a42
Raw
History Blame Contribute Delete
478 Bytes
{
"model_type": "keyword-spotting",
"pipeline_tag": "audio-classification",
"library_name": "axengine",
"tags": [
"keyword-spotting",
"wake-word",
"audio-classification",
"axera",
"ax650",
"ax630c"
],
"license": "apache-2.0",
"language": [
"en"
],
"source": "openWakeWord",
"target_hardware": [
"AX650",
"AX630C"
],
"runtime": "axengine",
"sample_rate": 16000,
"default_threshold": 0.5,
"mel_backend": "numpy"
}