mistralai / mistral-finetune

Apache License 2.0
2.45k stars 164 forks source link

fix: typo in error message for JSONL line count verification #44

Closed CharlesCNorton closed 1 month ago

CharlesCNorton commented 1 month ago

This commit fixes a typo in the verify_size function where the error message for exceeding the maximum number of JSONL lines incorrectly used the singular form "conversation" instead of "conversations" which reflects the correct plural form when referring to multiple lines.