Instructions to use dipikakhullar/olmo-code-python2-3-tagged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dipikakhullar/olmo-code-python2-3-tagged with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-1B-hf") model = PeftModel.from_pretrained(base_model, "dipikakhullar/olmo-code-python2-3-tagged") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
047aa14 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d3182ca5defe0a923e8098840a716023fb7e01c6c9c148cce40cd1b43dae769
size 16389
|