What happens if training data contains quotes?

Hello GPT-3 community,
I am fine-tuning a model as a chatbot, and am training it on conversation. What happens when the prompt or completion data contains quotes? Will that interfere with the formatting? For example, we know the JSON file’s format is:

{"prompt": "<prompt text>", "completion": "<ideal generated text>"}

If the training data contains a prompt or completion with quotes, such as:

{“prompt”: “I was walking down the street and thought, “what am I doing?””, “completion”: “you were making an observation about your behavior”}

will that work, or should I strip out all the quotes first?
Thanks in advance everyone!

1 Like