varun-v-rao commited on
Commit
82f7ccc
·
verified ·
1 Parent(s): d05b82f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -36,3 +36,11 @@ configs:
36
  - split: validation
37
  path: data/validation-*
38
  ---
 
 
 
 
 
 
 
 
 
36
  - split: validation
37
  path: data/validation-*
38
  ---
39
+
40
+ ## Dataset Card for "squad"
41
+
42
+ This truncated dataset is derived from the Stanford Question Answering Dataset (SQuAD) for reading comprehension. Its primary aim is to extract instances from the original SQuAD dataset that align with the context length of BERT, RoBERTa, and T5 models.
43
+
44
+ ### Preprocessing and Filtering
45
+
46
+ Preprocessing involves tokenization using the BertTokenizer (WordPiece), RoBertaTokenizer (Byte-level BPE), and T5Tokenizer (Sentence Piece). Each sample is then checked to ensure that the length of the tokenized input is within the specified model_max_length for each tokenizer.