Instructions to use dipikakhullar/olmo-code-python3-text-only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dipikakhullar/olmo-code-python3-text-only 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-python3-text-only") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
7bdd781 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6aca0a2a6c5d62d3f81c9d8de9d3f67c6257c99a3ce09231e881e9ca60f90794
size 15429
|