samchain commited on
Commit
3062dbb
1 Parent(s): c39469e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -54,7 +54,11 @@ This dataset has been built with the website https://www.msdmanuals.com/ provide
54
  The MSD manual is an essential source of knowledge for many topics related to symptoms, diseases, health and other related topics. The manual makes an extra effort to make it available both for professionals and patients by having two distinct version.
55
  The content, while being labelled the same, differs by the type of user in order to facilitate understanding for patients or give clear details for professional. The manual is available in different languages.
56
 
57
- This dataset focuses on spanish, german, english and french content about health topics and symptoms. The content is tagged by 2 to 3 medical topics and flagged by user and languages.
 
 
 
 
58
 
59
  Use cases:
60
  - Create adaptive agent for medical explanation
@@ -62,4 +66,8 @@ Use cases:
62
  - Create medical agents
63
  - Fine-tune models
64
 
 
 
 
 
65
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
54
  The MSD manual is an essential source of knowledge for many topics related to symptoms, diseases, health and other related topics. The manual makes an extra effort to make it available both for professionals and patients by having two distinct version.
55
  The content, while being labelled the same, differs by the type of user in order to facilitate understanding for patients or give clear details for professional. The manual is available in different languages.
56
 
57
+ This dataset focuses on spanish, german, english and french content about health topics and symptoms. The content is tagged by 2 to 3 medical topics and flagged by user's type and languages.
58
+
59
+ It consists of roughly 21M words representing 45M tokens with a BERT tokenizer.
60
+
61
+ In total, the dataset consists of 21k texts. The splits (train : 75%; test : 25%) are made to equally balance languages.
62
 
63
  Use cases:
64
  - Create adaptive agent for medical explanation
 
66
  - Create medical agents
67
  - Fine-tune models
68
 
69
+ An instruct-based version is available here : https://huggingface.co/datasets/nuvocare/MSD_manual_topics_user_instruct
70
+
71
+ All credits of the contents are for the MSD organization.
72
+
73
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)