Datasets:
Upload lm1b_builder.py with huggingface_hub
Browse files- lm1b_builder.py +1 -1
lm1b_builder.py
CHANGED
|
@@ -140,7 +140,7 @@ We download the full LM1B dataset from TensorFlow Datasets (TFDS) and convert it
|
|
| 140 |
|
| 141 |
```bash
|
| 142 |
pip install tensorflow==2.20.0 tensorflow-datasets==4.9.9 huggingface_hub==1.3.3 datasets==4.4.1
|
| 143 |
-
python
|
| 144 |
```
|
| 145 |
|
| 146 |
## Dataset Structure
|
|
|
|
| 140 |
|
| 141 |
```bash
|
| 142 |
pip install tensorflow==2.20.0 tensorflow-datasets==4.9.9 huggingface_hub==1.3.3 datasets==4.4.1
|
| 143 |
+
python lm1b_builder.py --action all
|
| 144 |
```
|
| 145 |
|
| 146 |
## Dataset Structure
|