Created
September 4, 2023 15:04
-
-
Save pythonlessons/e6af8866bd673c9b6e0a376099d3fc15 to your computer and use it in GitHub Desktop.
transformers_training
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
# Path to dataset | |
en_training_data_path = "Datasets/en-es/opus.en-es-train.en" | |
en_validation_data_path = "Datasets/en-es/opus.en-es-dev.en" | |
es_training_data_path = "Datasets/en-es/opus.en-es-train.es" | |
es_validation_data_path = "Datasets/en-es/opus.en-es-dev.es" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment