This simply ran sed -E "s/\[[0-9a-z]+\]//g" on the .jsonl file. I spot checked a few hundred lines and the change seems to be as desired.
sed -E "s/\[[0-9a-z]+\]//g"
lgtm
· Sign up or log in to comment