Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
AGBonnet commited on
Commit
371926f
·
1 Parent(s): 97a3dfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -46,7 +46,7 @@ You can scrape and clean all 16 guideline sources using our code in [epfLLM/medi
46
  - **Curated by:** [EPFL LLM Team](https://huggingface.co/epfl-llm)
47
  - **Funded by [optional]:** [More Information Needed]
48
  - **Language(s):** English only
49
- - **License:** [More Information Needed]
50
 
51
  ### Dataset Sources
52
 
@@ -158,6 +158,18 @@ As the articles are publicly accessible, no personal or sensitive information is
158
 
159
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
160
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  **BibTeX:**
162
 
163
  [More Information Needed]
@@ -173,6 +185,4 @@ As the articles are publicly accessible, no personal or sensitive information is
173
  - **Scraping**: Antoine Bonnet, Alexandre Sallinen, Igor Krawczuk
174
  - **Cleaning**: Antoine Bonnet, Alexandre Sallinen
175
 
176
- ## Dataset Card Contact
177
 
178
- [More Information Needed]
 
46
  - **Curated by:** [EPFL LLM Team](https://huggingface.co/epfl-llm)
47
  - **Funded by [optional]:** [More Information Needed]
48
  - **Language(s):** English only
49
+ - **License:** [Common Crawl Foundation Terms of Use](https://commoncrawl.org/terms-of-use)
50
 
51
  ### Dataset Sources
52
 
 
158
 
159
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
160
 
161
+ To cite the Clinical Guidelines corpus, please use:
162
+
163
+ ```
164
+ @software{meditron2023,
165
+ author = [ADD AUTHORS],
166
+ title = {MediTron-70B: Scaling Medical Pretraining for Large Language Models},
167
+ month = November,
168
+ year = 2023,
169
+ url = {https://github.com/epfLLM/meditron}
170
+ }
171
+ ```
172
+
173
  **BibTeX:**
174
 
175
  [More Information Needed]
 
185
  - **Scraping**: Antoine Bonnet, Alexandre Sallinen, Igor Krawczuk
186
  - **Cleaning**: Antoine Bonnet, Alexandre Sallinen
187
 
 
188