Instructions to use sarthak247/codellama-7b-humaneval-java-fim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sarthak247/codellama-7b-humaneval-java-fim with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/hpcfs/users/a1232991/Sarthak/CodeLLaMA/models/CodeLlama-7b-hf/") model = PeftModel.from_pretrained(base_model, "sarthak247/codellama-7b-humaneval-java-fim") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1900
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 30956078
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54e24d9fd2d764fe1593bd959c6e712f6a78124b1f8bc30a43b0cf552b65633a
|
| 3 |
size 30956078
|