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