Instructions to use Capstone04/BootstrappedTraining_Medium_without_quant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Capstone04/BootstrappedTraining_Medium_without_quant with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Capstone04/TrainedWhisper_Medium_new") model = PeftModel.from_pretrained(base_model, "Capstone04/BootstrappedTraining_Medium_without_quant") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b8c9184 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:56c589b22af2f752a134d3d3da8ba8b3c77947bf4d1f44d2143e010e0fd0df2d
size 5304
|