File size: 250 Bytes
829a5ca |
1 2 3 4 5 6 7 8 9 |
# My Gemma3 270M Model
A custom PyTorch implementation of the Gemma-3 270M model. For full details see the original notebook.
## Usage
Download model, config, and tokenizer. Instantiate Gemma3Model, load weights and config as shown in this repo.
|