Update README.md
Browse files
README.md
CHANGED
@@ -144,7 +144,7 @@ Hugginface. En el siguiente ejemplo de código se obtienen del conjunto de datos
|
|
144 |
|
145 |
`
|
146 |
spanishMedicaLllmDataset = load_dataset(SPANISH_MEDICA_LLM_DATASET, split="train")
|
147 |
-
spanishMedicaLllmDataset = spanishMedicaLllmDataset.filter(lambda example: example["topic_type"]
|
148 |
`
|
149 |
|
150 |
### Recommendations
|
|
|
144 |
|
145 |
`
|
146 |
spanishMedicaLllmDataset = load_dataset(SPANISH_MEDICA_LLM_DATASET, split="train")
|
147 |
+
spanishMedicaLllmDataset = spanishMedicaLllmDataset.filter(lambda example: example["topic_type"] in ['medical_diagnostic' | 'medical_topic'])
|
148 |
`
|
149 |
|
150 |
### Recommendations
|