Monsef commited on
Commit
e1f68b1
·
verified ·
1 Parent(s): fa4c15a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -6,4 +6,20 @@ language:
6
  - en
7
  size_categories:
8
  - 10K<n<100K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - en
7
  size_categories:
8
  - 10K<n<100K
9
+ ---
10
+
11
+ # Dataset Card for Simple SQuAD
12
+
13
+ <!-- Provide a quick summary of the dataset. -->
14
+ This is a simplified version of SQuAD v1 dataset.
15
+
16
+ ## Dataset Details
17
+
18
+ ### Dataset Description
19
+
20
+ <!-- Provide a longer summary of what this dataset is. -->
21
+ The modifications made the original SQuAD v1 dataset:
22
+ * Preprocess the text to have only English letters and some basic punctuation marks.
23
+ * Punctuation marks are separated from the adjacent words (i.e: hello! -> hello !)
24
+ * Remove context length greater than 175 tokens (this removes around 20% of the original dataset)
25
+ * Remove questions and answers longer than 30 tokens (this removes around 140 examples from the original dataset)