Datasets:
Modalities:
Text
Formats:
csv
Size:
1K - 10K
Tags:
casimedicos
explainability
medical exams
medical question answering
multilinguality
argument mining
License:
Update README.md
Browse files
README.md
CHANGED
@@ -28,39 +28,39 @@ configs:
|
|
28 |
- split: test
|
29 |
path:
|
30 |
- en/test_en_ordered.csv
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
task_categories:
|
65 |
- text-generation
|
66 |
- question-answering
|
|
|
28 |
- split: test
|
29 |
path:
|
30 |
- en/test_en_ordered.csv
|
31 |
+
- config_name: es
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path:
|
35 |
+
- es/train_es_ordered.csv
|
36 |
+
- split: validation
|
37 |
+
path:
|
38 |
+
- es/validation_es_ordered.csv
|
39 |
+
- split: test
|
40 |
+
path:
|
41 |
+
- es/test_es_ordered.csv
|
42 |
+
- config_name: fr
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path:
|
46 |
+
- fr/train_fr_ordered.csv
|
47 |
+
- split: validation
|
48 |
+
path:
|
49 |
+
- fr/validation_fr_ordered.csv
|
50 |
+
- split: test
|
51 |
+
path:
|
52 |
+
- fr/test_fr_ordered.csv
|
53 |
+
- config_name: it
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path:
|
57 |
+
- it/train_it_ordered.csv
|
58 |
+
- split: validation
|
59 |
+
path:
|
60 |
+
- it/validation_it_ordered.csv
|
61 |
+
- split: test
|
62 |
+
path:
|
63 |
+
- it/test_it_ordered.csv
|
64 |
task_categories:
|
65 |
- text-generation
|
66 |
- question-answering
|