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 1700
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:a2568ee3b3241e1c8c01317bf24bc1329926108de3f6500fbe33e4954c36a54f
|
| 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:877852215e9884d5e46c0d402bafedb2296278eda771c2ec7978629e31b3ca2f
|
| 3 |
+
size 20385
|