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
File size: 129 Bytes
1620ac6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:62c0078b08f4de691b852df9ebaee205cb9a3e69dd8cbf6cb3bc9c46dc808596
size 4536
|