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

Wikitext datasets do not have valid.csv as referred in 35_tutorial_wikitext #255

Closed
kdorichev opened this issue Oct 13, 2019 · 2 comments
Closed

Comments

@kdorichev
Copy link
Contributor

Wikitext datasets (WIKITEXT, WIKITEXT_TINY) do not have *.txt files, but *.csv, and no valid.csv, as expected/referred to in the 35_tutorial_wikitext notebook:

path = untar_data(URLs.WIKITEXT_TINY)
!ls $path
test.csv  train.csv
...
val_txt = read_file(path/'valid.txt')
@kdorichev
Copy link
Contributor Author

Also PR submitted to update correct URLs to the WIKITEXT* datasets.

@sgugger
Copy link
Contributor

sgugger commented Oct 16, 2019

Fixed, our dataset is different from the original and I had built the tutorial on the original.

@sgugger sgugger closed this as completed Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants