Instructions to use Go4miii/DISC-FinLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Go4miii/DISC-FinLLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Go4miii/DISC-FinLLM", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Go4miii/DISC-FinLLM", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload baichuan-incBaichuan-13B-Chat--modeling_baichuan.py
#3
by CavioKay - opened
No description provided.