Instructions to use FinGPT/fingpt-forecaster_dow30_llama2-7b_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FinGPT/fingpt-forecaster_dow30_llama2-7b_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("base_models/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "FinGPT/fingpt-forecaster_dow30_llama2-7b_lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
be50407 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fe6a40649b26cb1ab38114a949f64a100632e4ec33b8d9b7c6a08ec5966a3f2a
size 40131533
|