-
Notifications
You must be signed in to change notification settings - Fork 812
experimental.dataset WikiText2, WikiText103, PennTreeBank, WMTNewsCrawl #774
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e4b094c
torchtext.experimental.raw: update __init__.py
rmz59 eb5409c
add language_modeling.py in raw dataset
rmz59 ebfd0a7
fix typo
rmz59 5dcf6e2
add new language_modeling dataset
rmz59 7be2bfe
add new language_modeling dataset
rmz59 5d71b3c
Merge remote-tracking branch 'origin/new_language_modeling' into new_…
rmz59 71baaf1
Revert "fix typo". Will submit another dedicated PR for typos
rmz59 7704105
remove duplicated functions.
rmz59 b9e4645
fix incorrect dataset orders
rmz59 37514b5
remove setup_iter
rmz59 0117041
explicitly select data
rmz59 ecafa7b
remove sys
rmz59 f56dd2f
Merge branch 'master' into new_language_modeling
rmz59 777c8f5
use functionals
rmz59 f433b40
restore the order of vocab/tokenizer
rmz59 645a749
Point language_modeling.DATASETS to local functions
rmz59 e27058f
get rid of _get_datafile_path
rmz59 f77c53c
really get rid of _get_datafile_path.
rmz59 fb36e7b
add WMTNewsCrawl
rmz59 321871d
restore setup_iter
rmz59 0409da8
add `single_line` option
rmz59 0a6f6ac
minor change
rmz59 66fe231
Update docs.
rmz59 5f8a63a
take care of `single_line` in WMTNewsCrawl
rmz59 1ed393e
add unit test for WMTNewsCrawl
rmz59 066bc35
Merge branch 'master' into new_language_modeling
rmz59 e55b60b
remove the unit test for WMTNewsCrawl because it takes too long time …
a2e7b02
raise an error for single_line
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and docs for
single_line