Created
November 12, 2018 20:59
-
-
Save hadifar/05c28498016f9fe9d35d1a97e9cc1e57 to your computer and use it in GitHub Desktop.
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
# change label-sentence to sentence-label | |
csv_dataset = csv_dataset.map(lambda x, y: (y, x)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment