Instructions to use amanuelbyte/omnivoice-lora-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amanuelbyte/omnivoice-lora-zh with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("k2-fsa/OmniVoice") model = PeftModel.from_pretrained(base_model, "amanuelbyte/omnivoice-lora-zh") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6512d89 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:75b32b53f769a95b6ae3789c8337b900c4707ce0a1017edc8e10ba79d06b3dc5
size 296162369
|