Upload README.md
Browse files
README.md
CHANGED
|
@@ -103,7 +103,18 @@ Below is a code snippet to help you quickly try out our ColonR1 model using Hugg
|
|
| 103 |
|
| 104 |
print(output_text)
|
| 105 |
```
|
| 106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
# License
|
| 108 |
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses.
|
| 109 |
The content of this project itself is licensed under the Apache license 2.0.
|
|
|
|
| 103 |
|
| 104 |
print(output_text)
|
| 105 |
```
|
| 106 |
+
|
| 107 |
+
# Reference
|
| 108 |
+
|
| 109 |
+
Feel free to cite if you find the **Colon-X Project** useful for your work:
|
| 110 |
+
|
| 111 |
+
@article{ji2025colonx,
|
| 112 |
+
title={Colon-X: Advancing Intelligent Colonoscopy from Multimodal Understanding to Clinical Reasoning},
|
| 113 |
+
author={Ji, Ge-Peng and Liu, Jingyi and Fan, Deng-Ping and Barnes, Nick},
|
| 114 |
+
journal={arXiv preprint arXiv:2512.03667},
|
| 115 |
+
year={2025}
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
# License
|
| 119 |
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses.
|
| 120 |
The content of this project itself is licensed under the Apache license 2.0.
|