File size: 495 Bytes
de2bc8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4f36454
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is a preprocessed version of the realnewslike subdirectory of C4

C4 from: https://huggingface.co/datasets/allenai/c4

Files generated by using Megatron-LM https://github.com/NVIDIA/Megatron-LM/
```
python tools/preprocess_data.py \
  --input 'c4/realnewslike/c4-train.0000[0-9]-of-00512.json' \
  --partitions 8 \
  --output-prefix preprocessed/c4 \
  --tokenizer-type GPTSentencePieceTokenizer \
  --tokenizer-model tokenizers/tokenizer.model \
  --workers 8
```

---
license: odc-by
---