keras-team / keras-nlp

Modular Natural Language Processing workflows with Keras
Apache License 2.0
730 stars 215 forks source link

Fix newline characters for pali_gemma #1655

Closed mattdangerw closed 1 month ago

mattdangerw commented 1 month ago

They need to be escaped, or they will be literal newline characters in the python string itself, which is not what we want.