Instructions to use Warkawik/code_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Warkawik/code_example with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "Warkawik/code_example") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 400
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 22241240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9a37ae23c20e0bdb9196946d2baec29fd8c2e94c8ce563079eba73c02e097a3
|
| 3 |
size 22241240
|
runs/Feb25_07-13-02_90f97ea4cb89/events.out.tfevents.1708845196.90f97ea4cb89.1673.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:eb45726166f33ef187d5f5f6082add80a3934b686cb612c6f7e67e8e4350b0fd
|
| 3 |
+
size 8698
|