Skip to content
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

Documentation typo: duplication #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions near_deduplication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ python minhash_deduplication.py --dataset codeparrot/codeparrot-clean-valid \
--column content \
--cache-dir .cache \
--min-ngram-size 5
# For details on the arguments, see the help message
python minhash_deduplication.py --help
```

Spark Script
Expand Down Expand Up @@ -140,4 +138,4 @@ Total Reduction : 4974628 (19.80%)
Total Time : 37881.83 seconds (10.5 hours)
```

More details can be found on https://zippy-anise-556.notion.site/Deduplication-Log-d75d1b3f2e684e96a12b069c5aff68cb. We ignore physical size change because it is less relevant to the deduplication process and varies a lot depending on the data format.
More details can be found on https://zippy-anise-556.notion.site/Deduplication-Log-d75d1b3f2e684e96a12b069c5aff68cb. We ignore physical size change because it is less relevant to the deduplication process and varies a lot depending on the data format.