Instructions to use abinashnp/faq-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abinashnp/faq-chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("facebook/blenderbot-400M-distill") model = PeftModel.from_pretrained(base_model, "abinashnp/faq-chatbot") - Notebooks
- Google Colab
- Kaggle