Instructions to use samaxr/codellama_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use samaxr/codellama_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "samaxr/codellama_lora") - Notebooks
- Google Colab
- Kaggle
ammar commited on
Training in progress, step 200
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 134235048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:966beaa00d09d4b9cdb36fff12e017c4e9978b359933ee2b3a0c23b77a1cb3b8
|
| 3 |
size 134235048
|
runs/Mar10_13-12-41_495077fcaffb/events.out.tfevents.1710076364.495077fcaffb.154.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dbb221d5c65b984941f41a8e19dc93bb42c21c09c97e44d7731cc2cf6d0f353
|
| 3 |
+
size 5565
|