Update README.md
Browse files
README.md
CHANGED
@@ -134,7 +134,7 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
134 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/NckjqdBE-gOPt8r0L_Apr.png" alt="Caduceus Project" style="border-radius: 10px;">
|
135 |
<p><strong>Creator:</strong> <a href="https://github.com/Kquant03" target="_blank">Kquant03</a></p>
|
136 |
<div>
|
137 |
-
<p><strong>About the Dataset:</strong> The Caduceus Project Dataset is a curated collection of scientific and medical protocols sourced from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a> and converted from PDF to markdown format. This dataset aims to
|
138 |
<p><strong>Source Data:</strong></p>
|
139 |
<ul>
|
140 |
<li>Protocols from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a></li>
|
@@ -142,16 +142,14 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
142 |
<p><strong>Key Features:</strong></p>
|
143 |
<ul>
|
144 |
<li>Carefully selected high-quality protocols</li>
|
145 |
-
<li>
|
146 |
-
<li>
|
147 |
-
<li>Quality assessment based on word count and measurements ratio</li>
|
148 |
-
<li>Density maps visualizing word counts and measurements ratios</li>
|
149 |
</ul>
|
150 |
<p><strong>Dataset Structure:</strong></p>
|
151 |
<ul>
|
152 |
-
<li><code>
|
153 |
<li><code>markdown_files/</code>: Contains the individual markdown files converted from the selected PDF files.</li>
|
154 |
-
<li><code>Caduceus_Data.jsonl/</code>:
|
155 |
</ul>
|
156 |
<p><strong>License:</strong> The Caduceus Project Dataset is released under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>.</p>
|
157 |
<p><strong>Acknowledgments:</strong> We would like to express our gratitude to the contributors of <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a> for providing the open-source repository of scientific and medical protocols that served as the foundation for this dataset.</p>
|
|
|
134 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/NckjqdBE-gOPt8r0L_Apr.png" alt="Caduceus Project" style="border-radius: 10px;">
|
135 |
<p><strong>Creator:</strong> <a href="https://github.com/Kquant03" target="_blank">Kquant03</a></p>
|
136 |
<div>
|
137 |
+
<p><strong>About the Dataset:</strong> The Caduceus Project Dataset is a curated collection of scientific and medical protocols sourced from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a> and converted from PDF to markdown format. This dataset aims to help models learn to read complicated PDFs by either using computer vision on the PDF file, or through processing the raw text directly. You can find the repository for the pipeline <a href="https://github.com/Kquant03/caduceus" target="_blank">here</a>.</p>
|
138 |
<p><strong>Source Data:</strong></p>
|
139 |
<ul>
|
140 |
<li>Protocols from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a></li>
|
|
|
142 |
<p><strong>Key Features:</strong></p>
|
143 |
<ul>
|
144 |
<li>Carefully selected high-quality protocols</li>
|
145 |
+
<li>Base64 encodings for potential vision training</li>
|
146 |
+
<li>Guaranteed quality through hand processing the resulting data</li>
|
|
|
|
|
147 |
</ul>
|
148 |
<p><strong>Dataset Structure:</strong></p>
|
149 |
<ul>
|
150 |
+
<li><code>pdf_files/</code>: Contains the original PDF files of the selected protocols.</li>
|
151 |
<li><code>markdown_files/</code>: Contains the individual markdown files converted from the selected PDF files.</li>
|
152 |
+
<li><code>Caduceus_Data.jsonl/</code>: A JSONL file including an input field, a Base64 encoding of the PDF file, the raw text from the PDF, and the formatted markdown output.</li>
|
153 |
</ul>
|
154 |
<p><strong>License:</strong> The Caduceus Project Dataset is released under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>.</p>
|
155 |
<p><strong>Acknowledgments:</strong> We would like to express our gratitude to the contributors of <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a> for providing the open-source repository of scientific and medical protocols that served as the foundation for this dataset.</p>
|