Instructions to use telord/Inst_Post_Generaton_Fine_tuned_DeciLM_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use telord/Inst_Post_Generaton_Fine_tuned_DeciLM_7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciLM-7B") model = PeftModel.from_pretrained(base_model, "telord/Inst_Post_Generaton_Fine_tuned_DeciLM_7B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K