Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,31 @@
|
|
1 |
---
|
2 |
language: nl
|
3 |
-
license:
|
4 |
id: EPFL_Guidelines_Dutch_MariaNMT
|
5 |
name: EPFL_Guidelines_Dutch_MariaNMT
|
6 |
-
description:
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
# Dataset Card for Epfl Guidelines Dutch
|
11 |
-
|
12 |
-
This dataset was created by: [Author]
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
The source language: [Source Language]
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
The original data source: [Original Data Source]
|
21 |
-
|
22 |
|
|
|
|
|
|
|
23 |
|
|
|
24 |
|
25 |
# Data description
|
26 |
|
27 |
-
|
28 |
|
29 |
|
30 |
# Acknowledgement
|
@@ -33,5 +34,4 @@ This is part of the DT4H project with attribution [Cite the paper].
|
|
33 |
|
34 |
# Doi and reference
|
35 |
|
36 |
-
[DOI and reference to the source paper/s]
|
37 |
-
|
|
|
1 |
---
|
2 |
language: nl
|
3 |
+
license: mit
|
4 |
id: EPFL_Guidelines_Dutch_MariaNMT
|
5 |
name: EPFL_Guidelines_Dutch_MariaNMT
|
6 |
+
description: >-
|
7 |
+
Machine Translation of the English medical guidelines that are part of the
|
8 |
+
Meditron corpus, using the NMT MariaNMT
|
9 |
+
tags:
|
10 |
+
- dutch
|
11 |
+
- clinical
|
12 |
+
pretty_name: MariaNMT translation of the open English EPFL guidelines
|
13 |
+
task_categories:
|
14 |
+
- text-generation
|
15 |
+
- fill-mask
|
16 |
---
|
17 |
|
18 |
+
# Dataset Card for Epfl English Guidelines Translated To Dutch With MariaNMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
This dataset was created by the EPFL, and can found in it original form [here](https://huggingface.co/datasets/epfl-llm/guidelines)
|
21 |
+
The source language: English
|
22 |
+
The original data source: [Original Data Source](https://huggingface.co/datasets/epfl-llm/guidelines)
|
23 |
|
24 |
+
The MariaNMT model used can be found: [here](https://huggingface.co/vvn/en-to-dutch-marianmt)
|
25 |
|
26 |
# Data description
|
27 |
|
28 |
+
Translation of the English medical guidelines that are part of the Meditron corpus, using the LLM GPT 4o mini
|
29 |
|
30 |
|
31 |
# Acknowledgement
|
|
|
34 |
|
35 |
# Doi and reference
|
36 |
|
37 |
+
[DOI and reference to the source paper/s]
|
|