We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fce657 commit e1db162Copy full SHA for e1db162
src/utils/tokenizerUtils.ts
@@ -13,7 +13,7 @@ export function resolveBeginningTokenToPrepend(vocabularyType: LlamaVocabularyTy
13
return tokens.cls;
14
15
if (tokens.shouldPrependBosToken)
16
- return tokens.eos;
+ return tokens.bos;
17
18
return null;
19
}
0 commit comments