[GH-ISSUE #1709] Is there any plan to support FinGPT #47477

Closed
opened 2026-04-28 03:54:22 -05:00 by GiteaMirror · 11 comments
Owner

Originally created by @waqasakram117 on GitHub (Dec 25, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1709

Hey Team, Is there any plan to support FinGPT anytime soon?

Originally created by @waqasakram117 on GitHub (Dec 25, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1709 Hey Team, Is there any plan to support [FinGPT](https://github.com/AI4Finance-Foundation/FinGPT) anytime soon?
GiteaMirror added the model label 2026-04-28 03:54:22 -05:00
Author
Owner

@moresearch commented on GitHub (Mar 24, 2024):

I will try to look into that..

<!-- gh-comment-id:2016961854 --> @moresearch commented on GitHub (Mar 24, 2024): I will try to look into that..
Author
Owner

@arjunkrishna commented on GitHub (Apr 15, 2024):

yes, that would be great to try out this model too.

<!-- gh-comment-id:2057762497 --> @arjunkrishna commented on GitHub (Apr 15, 2024): yes, that would be great to try out this model too.
Author
Owner

@elviscristiano commented on GitHub (May 3, 2024):

FinGPT seems to be the best open-source financial model out there. that would be awesome to have it.

<!-- gh-comment-id:2092397894 --> @elviscristiano commented on GitHub (May 3, 2024): FinGPT seems to be the best open-source financial model out there. that would be awesome to have it.
Author
Owner

@Nishanth-Gobi commented on GitHub (May 27, 2024):

+1 Would be super helpful

<!-- gh-comment-id:2133935171 --> @Nishanth-Gobi commented on GitHub (May 27, 2024): +1 Would be super helpful
Author
Owner

@causer commented on GitHub (Jul 3, 2024):

+1

<!-- gh-comment-id:2207320476 --> @causer commented on GitHub (Jul 3, 2024): +1
Author
Owner

@cyb3rfox commented on GitHub (Jan 31, 2025):

+1

<!-- gh-comment-id:2627875583 --> @cyb3rfox commented on GitHub (Jan 31, 2025): +1
Author
Owner

@arjunkrishna commented on GitHub (Jan 31, 2025):

I think it should work since now gguf models support is available (https://huggingface.co/docs/hub/ollama). I've not tried it.

You can open a discussion on https://github.com/AI4Finance-Foundation/FinGPT repo if something else is needed to make this all work with dataset etc.

I tried search for fingpt gguf model on hf and found this one. maybe some other model for fingpt is needed. best of luck

ollama pull hf.co/gaianet/FinGPT-MT-Llama-3-8B-LoRA-GGUF:Q8_0

<!-- gh-comment-id:2628380349 --> @arjunkrishna commented on GitHub (Jan 31, 2025): I think it should work since now gguf models support is available (https://huggingface.co/docs/hub/ollama). I've not tried it. You can open a discussion on https://github.com/AI4Finance-Foundation/FinGPT repo if something else is needed to make this all work with dataset etc. I tried search for fingpt gguf model on hf and found this one. maybe some other model for fingpt is needed. best of luck `ollama pull hf.co/gaianet/FinGPT-MT-Llama-3-8B-LoRA-GGUF:Q8_0`
Author
Owner

@cyb3rfox commented on GitHub (Feb 1, 2025):

Cool, thank you so much!

<!-- gh-comment-id:2629042765 --> @cyb3rfox commented on GitHub (Feb 1, 2025): Cool, thank you so much!
Author
Owner

@chminsc commented on GitHub (Feb 13, 2025):

did u successfully run it?

<!-- gh-comment-id:2655474934 --> @chminsc commented on GitHub (Feb 13, 2025): did u successfully run it?
Author
Owner

@cyb3rfox commented on GitHub (Feb 13, 2025):

did u successfully run it?

Yes with the instructions above it worked.

<!-- gh-comment-id:2655732198 --> @cyb3rfox commented on GitHub (Feb 13, 2025): > did u successfully run it? Yes with the instructions above it worked.
Author
Owner

@rick-github commented on GitHub (Jan 8, 2026):

hf download --local-dir . FinGPT/fingpt-mt_llama3-8b_lora
cp adapter_model.safetensors model_adapter.safetensors
ollama show --modelfile llama3:8b-instruct-fp16 > Modelfile
echo ADAPTER . >> Modelfile
ollama create fingpt-mt-llama3:8b-lora-fp16
$ ollama run fingpt-mt-llama3:8b-lora-fp16
>>> """
... What is the sentiment of this news? Please choose an answer from {negative/neutral/positive}
... Input: According to Gran , the company has no plans to move all production to Russia , although that is where the company is growing .
... Answer:
... """
Neutral
<!-- gh-comment-id:3722463293 --> @rick-github commented on GitHub (Jan 8, 2026): ```console hf download --local-dir . FinGPT/fingpt-mt_llama3-8b_lora cp adapter_model.safetensors model_adapter.safetensors ollama show --modelfile llama3:8b-instruct-fp16 > Modelfile echo ADAPTER . >> Modelfile ollama create fingpt-mt-llama3:8b-lora-fp16 ``` ```console $ ollama run fingpt-mt-llama3:8b-lora-fp16 >>> """ ... What is the sentiment of this news? Please choose an answer from {negative/neutral/positive} ... Input: According to Gran , the company has no plans to move all production to Russia , although that is where the company is growing . ... Answer: ... """ Neutral ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#47477