Instructions to use johngreendr1/12b8941b-753f-4076-aeaf-75c27efacddf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/12b8941b-753f-4076-aeaf-75c27efacddf with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-32B-Instruct") model = PeftModel.from_pretrained(base_model, "johngreendr1/12b8941b-753f-4076-aeaf-75c27efacddf") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- adapter_model.safetensors +1 -1
- loss.txt +1 -1
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2147607752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e13dd9256ce1b7cb4c9edfa3a97374bdacbb3523b9e51e172836e6a3589b5d3f
|
| 3 |
size 2147607752
|
loss.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
0.
|
|
|
|
| 1 |
+
0.34004104137420654
|