Skip to content

Commit

Permalink
mark special orca tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Feb 3, 2024
1 parent e7af50a commit a0ae841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aicirt/src/bintokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn tokenizers() -> Vec<TokenizerInfo> {
TokenizerInfo {
name: "orca",
description: "llama",
hf_model: "microsoft/Orca-2-13b@refs/pr/10",
hf_model: "microsoft/Orca-2-13b@refs/pr/23",
model_ids: "for microsoft/Orca models; similar to llama, with 3 tokens added for chat",
},
TokenizerInfo {
Expand Down

0 comments on commit a0ae841

Please sign in to comment.