Commit
·
9315319
1
Parent(s):
0887cfe
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
script can be found here: https://github.com/vasudevgupta7/bigbird
|
2 |
|
3 |
```python
|
4 |
-
DOC_STRIDE =
|
5 |
MAX_LENGTH = 4096
|
6 |
SEED = 42
|
7 |
```
|
|
|
1 |
script can be found here: https://github.com/vasudevgupta7/bigbird
|
2 |
|
3 |
```python
|
4 |
+
DOC_STRIDE = 2048
|
5 |
MAX_LENGTH = 4096
|
6 |
SEED = 42
|
7 |
```
|