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: 133 Bytes
7bdd781 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:66624d98e4bf12d319820981251172cb6da6518d73fd86dd68afe6674021cf41
size 24309003
|