Instructions to use monsterapi/gpt2_137m_DolphinCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/gpt2_137m_DolphinCoder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2") model = PeftModel.from_pretrained(base_model, "monsterapi/gpt2_137m_DolphinCoder") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
37aea0b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a0cdc403c19badd22bd065eb27a486646cadf32bec5a057b67e22564f7206a6b
size 4727414
|