Views
No views yet

| 항목 | 세부사항 |
|---|---|
| 기반 모델 | kakaocorp/kanana-1.5-2.1b-instruct-2505 |
| 언어 | 한국어 (Korean) |
| 모델 크기 | ~2B 파라미터 |
| 작업 유형 | Speech-to-Text 음성 멀티모달 |
| 라이선스 | Apache 2.0 |
1git clone https://github.com/bigdefence/bigvox-kanana
2cd bigvox-kananabash setting.sh1pip install -U huggingface_hub
2huggingface-cli download bigdefence/Bigvox-Kanana-Audio --local-dir ./checkpointspip install -U huggingface_hub1from huggingface_hub import snapshot_download
2snapshot_download(
3 repo_id="bigdefence/Bigvox-Kanana-Audio",
4 local_dir="./checkpoints",
5 resume_download=True
6)1git lfs install
2git clone https://huggingface.co/bigdefence/Bigvox-Kanana-Audio./models/speech_encoder/ 디렉토리에 배치 🎤python3 omni_speech/infer/bigvox.py --query_audio test_audio.wavpython3 omni_speech/infer/bigvox_streaming.py --query_audio test_audio.wav