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