Instructions to use YALCINKAYA/opsgenius-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use YALCINKAYA/opsgenius-large with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2-large") model = PeftModel.from_pretrained(base_model, "YALCINKAYA/opsgenius-large") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7c2f145 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1942153feb93f0ee8ab87e8169428a3226296ce6622cde39d1bc9d257b8f38a6
size 5496
|