forked from huggingface/datatrove
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync fork #2
Merged
Merged
Sync fork #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add files via upload Changed fsx default filepath for logging output to user's home. * Update process_common_crawl_dump.py * Update process_common_crawl_dump.py Changed fsx default filepath for logging output to user's home. Default file path uses a personal fsx instance, which breaks if the user does not have access to it. * make path relative --------- Co-authored-by: Guilherme Penedo <[email protected]>
* added upload_block_size parameter * small fix --------- Co-authored-by: guipenedo <[email protected]>
* np.fromiter instead of np.array * replaced fromiter on some other files --------- Co-authored-by: Giorgio Angelotti <[email protected]> Co-authored-by: guipenedo <[email protected]>
* Fix compression type * fix type hints for compression --------- Co-authored-by: guipenedo <[email protected]>
* started work on fasttext filter support; improved download of the model * added filtering logic * adds docs link * added to init
* added citation * added to toc * updated author list
* added parquet writer * nit * Update src/datatrove/pipeline/writers/parquet.py Co-authored-by: Mario Šaško <[email protected]> * updated test * nit --------- Co-authored-by: Mario Šaško <[email protected]>
…he HuggingFace hub (#105) * added parquet writer * nit * first version of HF writer * bugfix * fix order * bugfix * bugfix repo type * bugfix repo type #2 * change to PRs * fix super call * fix super call #2 * fix super call #3 * fix super call #4 * DEBUG MESSAGES * DEBUG MESSAGES 2 * DEBUG MESSAGES 3 * fix generator issue * added backoff retries to hf upload * added expand_metadata option * added splitting files into at most 5gb * fix tests * nit * bugfix * bugfix * bugfix filename change and default max huggingface filesize * nit * nit
* added upload_block_size parameter * small fix * adding docstrings * FileTokenizerMerger * update more doc-strings * adding tests * fix quality + tests * fix comments * start method back to forkserver * style * update * quality * cleaning up * remove FileTokenizerMerger and corresponding test * Update src/datatrove/io.py * Update src/datatrove/io.py * Update src/datatrove/io.py * Update src/datatrove/pipeline/base.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/readers/jsonl.py * Update src/datatrove/pipeline/stats/urls.py * Update src/datatrove/pipeline/tokens/tokenizer.py * Update src/datatrove/pipeline/tokens/tokenizer.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/minhash.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/dedup/sentence_dedup.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/base.py * Update src/datatrove/pipeline/readers/csv.py * Update src/datatrove/pipeline/readers/csv.py * Update src/datatrove/pipeline/readers/csv.py * Update src/datatrove/pipeline/readers/huggingface.py * Update src/datatrove/pipeline/readers/huggingface.py * Update src/datatrove/pipeline/readers/ipc.py * Update src/datatrove/pipeline/readers/ipc.py * Update src/datatrove/pipeline/readers/jsonl.py * Update src/datatrove/pipeline/readers/jsonl.py * Update src/datatrove/pipeline/readers/parquet.py * Update src/datatrove/pipeline/readers/parquet.py * Update src/datatrove/pipeline/readers/warc.py * Update src/datatrove/pipeline/readers/warc.py * Update src/datatrove/pipeline/readers/warc.py * Update src/datatrove/pipeline/readers/parquet.py * fix style * small changes * nit --------- Co-authored-by: guipenedo <[email protected]>
* update * add docstring * Update src/datatrove/pipeline/filters/fasttext_filter.py * nit * fix pyproject.toml deprecation warning * fix pyproject.toml deprecation warning * fix style on ruff 2.0 --------- Co-authored-by: guipenedo <[email protected]>
vsabolcec
added a commit
that referenced
this pull request
May 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.