Update README.md
Browse files
README.md
CHANGED
@@ -55,10 +55,10 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
55 |
img {
|
56 |
border-radius: 10px 10px 0 0!important;
|
57 |
padding-left: 0px !important;
|
58 |
-
max-width: 500px;
|
59 |
-
height: auto;
|
60 |
-
display: block;
|
61 |
-
margin: 20px auto 0;
|
62 |
}
|
63 |
.header h1 {
|
64 |
font-size: 28px;
|
@@ -75,7 +75,7 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
75 |
line-height: 1.6;
|
76 |
margin-left: 5px;
|
77 |
overflow-x: auto;
|
78 |
-
margin-top: 40px;
|
79 |
border: 1px solid rgba(255, 255, 255, 0.05);
|
80 |
transition: background-color 0.6s ease;
|
81 |
}
|
@@ -149,7 +149,7 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
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,
|
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>
|
|
|
55 |
img {
|
56 |
border-radius: 10px 10px 0 0!important;
|
57 |
padding-left: 0px !important;
|
58 |
+
max-width: 500px;
|
59 |
+
height: auto;
|
60 |
+
display: block;
|
61 |
+
margin: 20px auto 0;
|
62 |
}
|
63 |
.header h1 {
|
64 |
font-size: 28px;
|
|
|
75 |
line-height: 1.6;
|
76 |
margin-left: 5px;
|
77 |
overflow-x: auto;
|
78 |
+
margin-top: 40px;
|
79 |
border: 1px solid rgba(255, 255, 255, 0.05);
|
80 |
transition: background-color 0.6s ease;
|
81 |
}
|
|
|
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, the formatted markdown output, and the name of the corresponding file.</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>
|