Updated the parsing logic in gcloud/metadata_preproc.py to use a more robust strip_prediction function for handling sequence delimiters. This change streamlines how model outputs are processed during beam search, replacing brittle indexing with a dedicated utility. It ensures cleaner output handling and resolves previous issues with trailing characters in predictions. Hero

Refactored beam search output parsing with new strip_prediction utility - zhengqunkoo/tweet-prediction