Instructions to use vibhav18/InsuranceMicroLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vibhav18/InsuranceMicroLLM with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "vibhav18/InsuranceMicroLLM") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3baa57f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f6034cec801be98594276811526580b8af72cb41b7744c143a65a590889966a9
size 522284877
|