data: catch the assistant replies that survived the v2.4.1 cleaning - #232
Merged
Merged
Conversation
The translation step left model replies in the corpus in place of messages
("Maaf, saya tidak dapat membuka tautan...", "No tiene sentido en ningún idioma",
"I'm sorry, but the text you provided is not clear"). The marker list caught 80;
this extends it with the Indonesian, Spanish, Italian, French, German, Russian
and Arabic phrasings and removes 335 more rows (138,003 -> 137,668). Phrases are
kept specific enough not to match real SMS wording.
The writer now emits LF line endings, matching the committed file, so
regenerating the dataset produces a byte-identical result.
Follow-up to #195.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #195, as promised there.
The translation step left model replies in the corpus in place of messages: "Maaf, saya tidak dapat membuka tautan...", "No tiene sentido en ningún idioma", "I'm sorry, but the text you provided is not clear". The v2.4.1 marker list caught 80 of them. This extends the list with the Indonesian, Spanish, Italian, French, German, Russian and Arabic phrasings and removes 335 more rows (138,003 to 137,668). Phrases were chosen to be specific enough not to match real SMS wording; a random sample of the removed rows is in the commit.
Also makes
clean_ots_dataset.pywrite LF line endings, matching the committed file, so regenerating the dataset is byte-identical.test_clean_dataset.pypasses (3/3).