|
|
constexpr std::string_view | Mila::Dnn::Gemma::kBos = "<bos>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kChannelClose = "<channel|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kChannelOpen = "<|channel>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kEos = "<eos>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kPad = "<pad>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kStringDelimiter = "<|\"|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kThink = "<|think|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kToolCallClose = "<tool_call|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kToolCallOpen = "<|tool_call>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kToolClose = "<tool|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kToolOpen = "<|tool>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kToolResponseClose = "<tool_response|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kToolResponseOpen = "<|tool_response>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kTurnClose = "<turn|>" |
|
constexpr std::string_view | Mila::Dnn::Gemma::kTurnOpen = "<|turn>" |