Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ We download the full LM1B dataset from TensorFlow Datasets (TFDS) and convert it
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
pip install tensorflow==2.20.0 tensorflow-datasets==4.9.9 huggingface_hub==1.3.3 datasets==4.4.1
|
| 29 |
-
python
|
| 30 |
```
|
| 31 |
|
| 32 |
## Dataset Structure
|
|
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
pip install tensorflow==2.20.0 tensorflow-datasets==4.9.9 huggingface_hub==1.3.3 datasets==4.4.1
|
| 29 |
+
python lm1b_builder.py --action all
|
| 30 |
```
|
| 31 |
|
| 32 |
## Dataset Structure
|