Instructions to use oliverwang15/FinGPT_v31_ChatGLM2_Sentiment_Instruction_LoRA_FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use oliverwang15/FinGPT_v31_ChatGLM2_Sentiment_Instruction_LoRA_FT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("THUDM/chatglm2-6b") model = PeftModel.from_pretrained(base_model, "oliverwang15/FinGPT_v31_ChatGLM2_Sentiment_Instruction_LoRA_FT") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 55
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support