Instructions to use Neupane9Sujal/llama-gptq-medical-finetuned-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Neupane9Sujal/llama-gptq-medical-finetuned-chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-7b-Chat-GPTQ") model = PeftModel.from_pretrained(base_model, "Neupane9Sujal/llama-gptq-medical-finetuned-chatbot") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4bb2fa7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:15b74514f3b0ba1bce79f740c3d5642f7e07f5ecbcdce6654fbea70a52665abe
size 320193565
|