Instructions to use TeamDLD/decilm6b_open_instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TeamDLD/decilm6b_open_instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciLM-6b") model = PeftModel.from_pretrained(base_model, "TeamDLD/decilm6b_open_instruct") - Notebooks
- Google Colab
- Kaggle
Commit ·
824886a
1
Parent(s): c5efe19
Delete mnist_train_small.csv
Browse files- mnist_train_small.csv +0 -3
mnist_train_small.csv
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1ef64781aa03180f4f5ce504314f058f5d0227277df86060473d973cf43b033e
|
| 3 |
-
size 36523880
|
|
|
|
|
|
|
|
|
|
|
|