Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -120,7 +120,6 @@ Each subset and split was also shuffled so that you can directly train on the da
|
|
| 120 |
|
| 121 |
Conversion was performed using the following script:
|
| 122 |
```python
|
| 123 |
-
|
| 124 |
import os
|
| 125 |
import zstandard as zstd
|
| 126 |
import json
|
|
@@ -214,4 +213,4 @@ def main():
|
|
| 214 |
|
| 215 |
if __name__ == "__main__":
|
| 216 |
main()
|
| 217 |
-
```
|
|
|
|
| 120 |
|
| 121 |
Conversion was performed using the following script:
|
| 122 |
```python
|
|
|
|
| 123 |
import os
|
| 124 |
import zstandard as zstd
|
| 125 |
import json
|
|
|
|
| 213 |
|
| 214 |
if __name__ == "__main__":
|
| 215 |
main()
|
| 216 |
+
```
|