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, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ DISC-FinLLM is a large financial model based on the high-quality financial data
|
|
| 54 |
|
| 55 |
## Disclaimer
|
| 56 |
|
| 57 |
-
DISC-FinLLM has problems and shortcomings that cannot be overcome by current large language models. Although it can provide services in the financial field on many tasks and scenarios, the model should be used for user reference only and cannot replace professional financial analysts and financial experts
|
| 58 |
|
| 59 |
## Citation
|
| 60 |
|
|
|
|
| 54 |
|
| 55 |
## Disclaimer
|
| 56 |
|
| 57 |
+
DISC-FinLLM has problems and shortcomings that cannot be overcome by current large language models. Although it can provide services in the financial field on many tasks and scenarios, the model should be used for user reference only and cannot replace professional financial analysts and financial experts, we hope that users of DISC-FinLLM will be able to critically evaluate the model. We are not responsible for any problems, risks or adverse consequences arising from the use of DISC-FinLLM.
|
| 58 |
|
| 59 |
## Citation
|
| 60 |
|