Instructions to use afrias5/meta-codellama-7b-python-Feed8192V4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use afrias5/meta-codellama-7b-python-Feed8192V4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/CodeLlama-7b-Python-hf") model = PeftModel.from_pretrained(base_model, "afrias5/meta-codellama-7b-python-Feed8192V4") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 42
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1583117160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b1160548158346b7f62c31ee938cddc6622ff37a9635a8f50074d5439b18d01
|
| 3 |
size 1583117160
|