artefactory/Argimi-Ardian-Finance-10k-text
Viewer • Updated • 4.01M • 15k • 19
How to use authorabhishek/Shakti_FinGPT with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="authorabhishek/Shakti_FinGPT") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("authorabhishek/Shakti_FinGPT", dtype="auto")Base model
ProsusAI/finbert