Instructions to use FreedomIntelligence/DiagnosisGPT-34B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FreedomIntelligence/DiagnosisGPT-34B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FreedomIntelligence/DiagnosisGPT-34B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
## Citation
|
| 5 |
+
|
| 6 |
+
```
|
| 7 |
+
@misc{chen2024codinterpretablemedicalagent,
|
| 8 |
+
title={CoD, Towards an Interpretable Medical Agent using Chain of Diagnosis},
|
| 9 |
+
author={Junying Chen and Chi Gui and Anningzhe Gao and Ke Ji and Xidong Wang and Xiang Wan and Benyou Wang},
|
| 10 |
+
year={2024},
|
| 11 |
+
eprint={2407.13301},
|
| 12 |
+
archivePrefix={arXiv},
|
| 13 |
+
primaryClass={cs.CL},
|
| 14 |
+
url={https://arxiv.org/abs/2407.13301},
|
| 15 |
+
}
|
| 16 |
+
```
|