Skip to content

Commit

Permalink
Update comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Aug 22, 2024
1 parent 52d1587 commit 3541e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func (proc *Processor) DecodeTokens(tokens []Token) string {
return proc.Decode(ids)
}

// VocabularySize obtains the vocabulary size from the proto model.
// VocabularySize returns the vocabulary size from the proto model.
func (proc *Processor) VocabularySize() int {
return len(proc.model.GetPieces())
}
Expand Down

0 comments on commit 3541e2f

Please sign in to comment.