Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Spanish
Libraries:
Datasets
pandas
License:
RafaelJaime commited on
Commit
3f4cf69
·
verified ·
1 Parent(s): 9cc94be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -21,3 +21,17 @@ configs:
21
  - split: train
22
  path: data/train-*
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - split: train
22
  path: data/train-*
23
  ---
24
+
25
+ # SAS Opposition Exam Dataset
26
+
27
+ This dataset contains questions and answers from all the exams of the SAS (Servicio Andaluz de Salud) public job offers. The questions and answers are sourced from the official webpage of the Andalusian Health Service [here](https://www.sspa.juntadeandalucia.es/servicioandaluzdesalud/profesionales/ofertas-de-empleo/oferta-de-empleo-publico-puestos-base/oep-extraordinaria-decreto-ley-122022-centros-sas/cuadro-de-evolucion-concurso-oposicion-centros-sas).
28
+
29
+ ## Dataset Information
30
+
31
+ - **Statement**: The question in the exam.
32
+ - **Answers**: The possible answers for the question.
33
+ - **Real Answer**: The correct answer for the question.
34
+ - **Theme**: The topic or subject of the question.
35
+
36
+ ### Dataset Creation Script
37
+ The script used to create this dataset can be found at: [generation_script.py](https://huggingface.co/datasets/RafaelJaime/sas_opposition_exam_data/blob/main/generation_script.py).