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 2000
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:99e87cbc29d48dfda3516de995daf08698f168a74e3bdba2718cc96877e6104b
|
| 3 |
size 30956078
|