OpenAI fine-tuning does not seem to work

OpenAI fine-tuning does not seem to work when running the CLI command provided by OpenAI: openai api fine_tunes.create -m ada -t https://cdn.openai.com/API/train-demo.jsonl.

It just gets stuck on:

Upload progress: 100%|██████████████████████████████████████████| 60.5k/60.5k [00:00<00:00, 51.3Mit/s]
Uploaded file from https://cdn.openai.com/API/train-demo.jsonl: <FILE_NAME>
Created fine-tune: <FINETUNE_ID>
Streaming events until fine-tuning is complete...

(Ctrl-C will interrupt the stream, but not cancel the fine-tune)
[2023-04-12 18:18:49] Created fine-tune: <FINETUNE_ID>

Just in case, I’m using the free tier account, but I do have credits left. Also, in other error messages, I’ve seen that some users get the estimated billing right after that message shown above, but I don’t.

Edit: If I go to the Billing and select today’s date, it seems that 2 out of all the fine-tuning runs I submitted went through, but took too long to fine-tune ADA with just a few samples (less than 10) which is a problem IMO.

Thanks in advance!