gmongaras commited on
Commit
641401b
1 Parent(s): ee4938d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Original Dataset from: https://huggingface.co/datasets/glue
2
+
3
+ This dataset is adapted from https://huggingface.co/datasets/gmongaras/BERT_Base_Cased_512_GLUE
4
+
5
+ Every split besides the ax split is in this dataset.
6
+
7
+ Lines above 512 tokens from the BERT-cased (bert-base-cased) tokenizer are removed in the original dataset
8
+
9
+ If in any case the sentences are longer than 512 tokens, they are subsetted.
10
+
11
+ Original labels and dataset categories are retained.