Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624300119
  • Loading branch information
MediaPipe Team authored and copybara-github committed Apr 12, 2024
1 parent 01ea3b2 commit 2285e30
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ message TokenizerCalculatorOptions {
// this should match the setting used while training the model.
int32 start_token_id = 3;

// DEPRECATED, connect with Gpt2UnicodeMappingCalculator instead.
// Whether to convert string bytes to unicode before tokenization. This
// mapping is used in GPT2 like tokenizer.
bool bytes_to_unicode_mapping = 5 [deprecated = true];
reserved 5;
}

0 comments on commit 2285e30

Please sign in to comment.