Instructions to use wisdominanutshell/transcript_summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wisdominanutshell/transcript_summary with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "wisdominanutshell/transcript_summary") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f0f75eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5fc62d8e279c3947b194cf8ff05ece642db7a401690857e38a5d7e66f9161fe8
size 167832688
|