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
OSError: Go4miii/DISC-FinLLM does not appear to have a file named baichuan-inc/Baichuan-13B-Chat--modeling_baichuan.py. Checkout 'https://huggingface.co/Go4miii/DISC-FinLLM/main' for available files.
#1
by CavioKay - opened
while loading the model I am facing this issue
OSError: Go4miii/DISC-FinLLM does not appear to have a file named baichuan-inc/Baichuan-13B-Chat--modeling_baichuan.py. Checkout 'https://huggingface.co/Go4miii/DISC-FinLLM/main' for available files.
I also encountered this problem, may I ask if your problem has been solved