Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,6 @@ Structure:
|
|
20 |
"text": String, the original text that was encoded,
|
21 |
"attention_mask": List, binary mask to pass to your model with encoding to not attend to pad tokens
|
22 |
}
|
23 |
-
```
|
|
|
|
|
|
20 |
"text": String, the original text that was encoded,
|
21 |
"attention_mask": List, binary mask to pass to your model with encoding to not attend to pad tokens
|
22 |
}
|
23 |
+
```
|
24 |
+
|
25 |
+
just a tip, you cannot load this with the RAM in the free ver of google colab, not even a single file, streaming won't work either
|