My model is pretty basic and I've gotten the period or comma at the beginning for both small sets (15 items in json) and large sets (1000)
Here's a line form the json before I converted to jsonl:
{"prompt": "A title of something and a number\n", "completion": " Text about it with unicode\u2018 special characters.\n"}
In addition to results having a period before the content, it's also starting the request over again and writing it another time or adding related but random text to the end, often cutting off. Meanwhile the davinci-003 model doesn't do this with the same input. Help?