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
Delete rng_state_7.pth with huggingface_hub
Browse files- rng_state_7.pth +0 -3
rng_state_7.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8e2c46927fc06939b4c976a01e4b95dec1f8b98ceaea86d31a5d756fc30ff006
|
| 3 |
-
size 15984
|
|
|
|
|
|
|
|
|
|
|
|