Instructions to use voidful/auv-codec-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use voidful/auv-codec-librispeech with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507") model = PeftModel.from_pretrained(base_model, "voidful/auv-codec-librispeech") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c1e393f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:644bf31b5c43aa745d83fcedfb87d6e2612a4315324e0885aab01bdd10e9b48b
size 5841
|