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 140
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:2d89a97ca8270bfcedea18c571eadeb5c2cc3d1e4a7db7299954aa4b6e4ca90c
|
| 3 |
size 134235048
|