|
--- |
|
library_name: transformers |
|
tags: [] |
|
license: other |
|
license_name: gemma-terms-of-use |
|
license_link: https://ai.google.dev/gemma/terms |
|
--- |
|
|
|
# Gemma with Instruction-Tuning Special Tokens |
|
|
|
This is the [Gemma-7b](https://huggingface.co/google/gemma-7b) base model, augmented with the `<start_of_turn>` and `<end_of_turn>` special tokens included in the [Gemma-7b-it](https://huggingface.co/google/gemma-7b-it) instruction-tuned model, for further instruction/RL fine-tuning usage. |
|
|
|
Added special tokens: |
|
|
|
``` |
|
<start_of_turn> |
|
<end_of_turn> |
|
``` |