Instructions to use rreit/codeLlama13B-StaproCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rreit/codeLlama13B-StaproCoder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-hf") model = PeftModel.from_pretrained(base_model, "rreit/codeLlama13B-StaproCoder") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1800
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 500770656
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f26cf4af3eb847b7ac24eadc2443afbae501da51f442ce8d8e416447ec15fa86
|
| 3 |
size 500770656
|
runs/Mar03_12-06-53_grace1/events.out.tfevents.1709464284.grace1.498559.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:db69956a5654f7926b4ee0ad9cb43490f5a73968a149ebd9d346acf286278054
|
| 3 |
+
size 85839
|