Datasets:
varun-v-rao
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -37,8 +37,8 @@ configs:
|
|
37 |
|
38 |
## Dataset Card for "squad"
|
39 |
|
40 |
-
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.
|
41 |
|
42 |
### Preprocessing and Filtering
|
43 |
|
44 |
-
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.
|
|
|
37 |
|
38 |
## Dataset Card for "squad"
|
39 |
|
40 |
+
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, OPT, and T5 models.
|
41 |
|
42 |
### Preprocessing and Filtering
|
43 |
|
44 |
+
Preprocessing involves tokenization using the BertTokenizer (WordPiece), RoBertaTokenizer (Byte-level BPE), OPTTokenizer (Byte-Pair Encoding), 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.
|