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
Runtime Error: ImportError: cannot import name 'driver' from 'triton.runtime' in FinGPT / Hugging Face Model Deployment
#15 opened 8 months ago
by
Mangesh126
Anyone got GGUF ?
#14 opened about 1 year ago
by
Pumba2
Update README.md
#13 opened over 1 year ago
by
rayvex
thefinancebro
#10 opened almost 2 years ago
by
Rafelliard
How to integrate fingpt-forecaster_dow30_llama2-7b_lora?
#9 opened about 2 years ago
by
VineetaP
Pick a license
#8 opened about 2 years ago
by
julien-c
llama3 soon?
π₯π 2
#6 opened about 2 years ago
by
cranyy
API question
2
#2 opened over 2 years ago
by
brohamulus
Where is the data used in the demo?
π 3
2
#1 opened over 2 years ago
by
Patrick-DS