You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does this project handle special characters such as currency symbols, apostrophes, percent symbols, etc (¢, $, %, ')? Can I just adjust the vocabulary and include these symbols in my dataset?
How does this project handle special characters such as currency symbols, apostrophes, percent symbols, etc (¢, $, %, ')? Can I just adjust the vocabulary and include these symbols in my dataset?
TARGET_VOCAB_SIZE = 26+10+3 # 0: PADDING, 1: GO, 2: EOS, >2: 0-9, a-z)
The text was updated successfully, but these errors were encountered: