Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
vasudevgupta
/
bigbird-tokenized-natural-questions
like
0
Dataset card
Data Studio
Files
Files and versions
Community
vasudevgupta
commited on
Apr 22, 2021
Commit
bc11d43
·
1 Parent(s):
625c2a1
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
script can be found here: https://github.com/vasudevgupta7/bigbird
2
+
3
+
```python
4
+
DOC_STRIDE = 1024
5
+
MAX_LENGTH = 4096
6
+
SEED = 42
7
+
```