ufotalent commited on
Commit
de2bc8e
1 Parent(s): 4f36454

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: odc-by
3
  ---
 
1
+ This is a preprocessed version of the realnewslike subdirectory of C4
2
+
3
+ C4 from: https://huggingface.co/datasets/allenai/c4
4
+
5
+ Files generated by using Megatron-LM https://github.com/NVIDIA/Megatron-LM/
6
+ ```
7
+ python tools/preprocess_data.py \
8
+ --input 'c4/realnewslike/c4-train.0000[0-9]-of-00512.json' \
9
+ --partitions 8 \
10
+ --output-prefix preprocessed/c4 \
11
+ --tokenizer-type GPTSentencePieceTokenizer \
12
+ --tokenizer-model tokenizers/tokenizer.model \
13
+ --workers 8
14
+ ```
15
+
16
  ---
17
  license: odc-by
18
  ---