Instructions to use voidful/auv-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use voidful/auv-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-librispeech") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a9fe319 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:831221102e365ebe2cb65fe8e76429aa31bbfa1206c9d9cd4d83568fa463c264
size 5841
|