UMCU commited on
Commit
4490701
1 Parent(s): 220648e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -18,7 +18,54 @@ dataset_info:
18
  num_examples: 5760
19
  download_size: 1300914
20
  dataset_size: 2807464
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
  # Dataset Card for "WikiDocPatientInformation_Dutch_translated_with_MariaNMT"
23
 
24
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  num_examples: 5760
19
  download_size: 1300914
20
  dataset_size: 2807464
21
+ license: gpl-3.0
22
+ task_categories:
23
+ - sentence-similarity
24
+ - question-answering
25
+ language:
26
+ - nl
27
+ tags:
28
+ - medical
29
+ pretty_name: Dutch translation of WikiDoc
30
+ size_categories:
31
+ - 1K<n<10K
32
  ---
33
  # Dataset Card for "WikiDocPatientInformation_Dutch_translated_with_MariaNMT"
34
 
35
+ Translation of the **English** version of the Hugging dataset [WikiDoc patient information](https://huggingface.co/datasets/medalpaca/medical_meadow_wikidoc_patient_information), based
36
+ on [WikiDoc](https://www.wikidoc.org/index.php/Main_Page), a medical wikipedia.
37
+ to **Dutch** using an [Maria NMT model](https://marian-nmt.github.io/), trained by [Helsinki NLP](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl).
38
+ Note, for reference: Maria NMT is based on [BART](https://huggingface.co/docs/transformers/model_doc/bart), described [here](https://arxiv.org/abs/1910.13461).
39
+
40
+
41
+ # Attribution
42
+
43
+ If you use this dataset please use the following to credit the creators of the OPUS-MT models:
44
+ ```
45
+ @InProceedings{TiedemannThottingal:EAMT2020,
46
+ author = {J{\"o}rg Tiedemann and Santhosh Thottingal},
47
+ title = {{OPUS-MT} — {B}uilding open translation services for the {W}orld},
48
+ booktitle = {Proceedings of the 22nd Annual Conferenec of the European Association for Machine Translation (EAMT)},
49
+ year = {2020},
50
+ address = {Lisbon, Portugal}
51
+ }
52
+ ```
53
+
54
+ and
55
+
56
+ ```
57
+ @misc {van_es_2023,
58
+ author = { {Bram van Es} },
59
+ title = { MedQA_Dutch_translated_with_MariaNMT (Revision 7e88c9e) },
60
+ year = 2023,
61
+ url = { https://huggingface.co/datasets/UMCU/MedQA_Dutch_translated_with_MariaNMT },
62
+ doi = { 10.57967/hf/1355 },
63
+ publisher = { Hugging Face }
64
+ }
65
+ ```
66
+
67
+ # License
68
+
69
+ For both the Maria NMT model and the original [Helsinki NLP](https://twitter.com/HelsinkiNLP) [Opus MT model](https://huggingface.co/Helsinki-NLP)
70
+ we did **not** find a license. We also did not find a license for the MedQA corpus. For these reasons we use a permissive [CC BY](https://wellcome.org/grant-funding/guidance/open-access-guidance/creative-commons-attribution-licence-cc)
71
+ license. If this was in error please let us know and we will add the appropriate licensing promptly.