Kquant03 commited on
Commit
e31df8c
·
verified ·
1 Parent(s): 1d329b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -53,7 +53,9 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
53
  }
54
  img {
55
  border-radius: 10px 10px 0 0!important;
56
- padding-left: 0px !important;
 
 
57
  }
58
  .header h1 {
59
  font-size: 28px;
@@ -129,7 +131,7 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
129
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/E3lAz6VYaM7PLodDOcOcV.png" alt="Caduceus Project" style="border-radius: 10px;">
130
  <p><strong>Creator:</strong> <a href="https://github.com/your_username" target="_blank">Your Name</a></p>
131
  <div>
132
- <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 enhance the accessibility and usability of complex scientific and medical information by providing a structured and easily readable version of the protocols.</p>
133
  <p><strong>Source Data:</strong></p>
134
  <ul>
135
  <li>Protocols from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a></li>
@@ -146,7 +148,8 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
146
  <ul>
147
  <li><code>original_pdfs/</code>: Contains the original PDF files of the selected protocols.</li>
148
  <li><code>markdown_files/</code>: Contains the individual markdown files converted from the selected PDF files.</li>
149
- <li><code>jsonl_output/</code>: Contains the JSONL files with the converted markdown content of all the selected protocols. One has the base64 versions of the PDF, and the other has the text from the PDF.</li>
 
150
  </ul>
151
  <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>
152
  <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>
 
53
  }
54
  img {
55
  border-radius: 10px 10px 0 0!important;
56
+ padding-left: 0px !important;
57
+ max-width: 500px;
58
+ height: auto;
59
  }
60
  .header h1 {
61
  font-size: 28px;
 
131
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/E3lAz6VYaM7PLodDOcOcV.png" alt="Caduceus Project" style="border-radius: 10px;">
132
  <p><strong>Creator:</strong> <a href="https://github.com/your_username" target="_blank">Your Name</a></p>
133
  <div>
134
+ <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 enhance the accessibility and usability of complex scientific and medical information by providing a structured and easily readable version of the protocols. You can find the repository for the pipeline <a href="https://github.com/Kquant03/caduceus" target="_blank">here</a>.</p>
135
  <p><strong>Source Data:</strong></p>
136
  <ul>
137
  <li>Protocols from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a></li>
 
148
  <ul>
149
  <li><code>original_pdfs/</code>: Contains the original PDF files of the selected protocols.</li>
150
  <li><code>markdown_files/</code>: Contains the individual markdown files converted from the selected PDF files.</li>
151
+ <li><code>TXT.jsonl/</code>: Contains the JSONL files with the text versions of the PDFs and the converted markdown content of all the selected protocols.</li>
152
+ <li><code>Base64.jsonl/</code>: Contains the JSONL files with the Base64 versions of the PDFs and the converted markdown content of all the selected protocols. (for potential vision training)</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>