Instructions to use Mihir1108/DeciLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Mihir1108/DeciLM with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciLM-7B-instruct") model = PeftModel.from_pretrained(base_model, "Mihir1108/DeciLM") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 56648128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:210799b9904fa2f82ac245305fb41b1a23d0a02be793f8b5b3090c9fbe2d419c
|
| 3 |
size 56648128
|