- 12 May, 2022 1 commit
-
-
John Kamalu authored
tools/merge_datasets.py - tool to merge multiple dataset files into a single dataset - testing conducted and included in the megatron-testing repo https://gitlab-master.nvidia.com/ADLR/megatron-testing tools/preprocess_data.py - magic numbers changed to required command line arguments megatron/data/indexed_dataset.py - when merging, fix to properly update document index - testing conducted and included in the megatron-testing repo (see above) - fix follows this history https://github.com/bigscience-workshop/Megatron-DeepSpeed/pull/66
-
- 16 Apr, 2020 1 commit
-
-
Jared Casper authored
-
- 14 Apr, 2020 1 commit
-
-
Neel Kant authored
-
- 13 Apr, 2020 1 commit
-
-
Jared Casper authored
Do not cast data returned from indexed_dataset to int64, rely on caller to cast to appropriate type.
-
- 08 Apr, 2020 2 commits
-
-
Jared Casper authored
-
Jared Casper authored
preprocess_data: - Adds ability to not split sentences. This is used for gpt2 datasets. - Adds ability to create multiple datasets from different json keys, this is current untested. indexed_dataset: - Add new "get" function to get a portion of an entry.
-
- 29 Mar, 2020 1 commit
-
-
Mohammad authored
-
- 24 Nov, 2019 1 commit
-
-
Mohammad Shoeybi authored
-
- 20 Nov, 2019 1 commit
-
-
Mohammad Shoeybi authored
-
- 19 Nov, 2019 1 commit
-
-
Jared Casper authored
-
- 13 Nov, 2019 1 commit
-
-
Jared Casper authored
Some cleanup of types, etc. in the helpers cpp code.
-
- 09 Nov, 2019 1 commit
-
-
Jared Casper authored
Also removed the fix_lua_indexing stuff from fairseq.
-
- 08 Nov, 2019 1 commit
-
-
Jared Casper authored
-
- 07 Nov, 2019 1 commit
-
-
Jared Casper authored
-