Created
July 2, 2020 20:44
-
-
Save piegu/6ea717d2aa806ebb0845227c79ba1694 to your computer and use it in GitHub Desktop.
get txt and csv files of articles of Byte-Level-BPE_universal_tokenizer_but.ipynb
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
# Create text and csv files of Wikipedia in Portuguese | |
dest = path_data/'docs' | |
# Text file | |
get_one_clean_file(dest,lang) | |
# csv file | |
get_one_clean_csv_file(dest,lang) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment