inoid commited on
Commit
61dac40
1 Parent(s): 55ea544

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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"] in ['medical_diagnostic' | 'medical_topic'])
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