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