Instructions to use sagar4tech/finance_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sagar4tech/finance_finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "sagar4tech/finance_finetuned") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
946cf49 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1af10d5881a93a706eca646f53b6ef78844ea06191f4ada22c7628b929e33dee
size 5496
|