datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
squad_v2.0squad_indicaciones_essimple-squad
Dataset Card for Simple SQuAD
This is a simplified version of SQuAD v1 dataset.
Dataset Details
Dataset Description
The modifications made the original SQuAD v1 dataset:
Extract only the needed columns to train a seq2seq model (context, question and answer)
Preprocess the text to have only English letters and some basic punctuation marks.
Punctuation marks are separated from the adjacent words (i.e: hello! -> hello !)
Remove context length greater than 175… See the full description on the dataset page: https://huggingface.co/datasets/Monsef/simple-squad.squad_modified_2squad_subsetphysics-squad-2
