Skip to content

Commit

Permalink
fix a clerical error in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiandiweizun committed Oct 7, 2023
1 parent 4322056 commit ae4cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/models/bpe/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl BpeBuilder {
self
}

/// Set the `fuse_unk` option.
/// Set the `byte_fallback` option.
#[must_use]
pub fn byte_fallback(mut self, byte_fallback: bool) -> Self {
self.config.byte_fallback = byte_fallback;
Expand Down

0 comments on commit ae4cf6c

Please sign in to comment.