File size: 541 Bytes
ffc8325 49bf692 ffc8325 49bf692 ffc8325 49bf692 ffc8325 49bf692 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
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>
``` |