Training in progress, epoch 1 a3925fe verified
Louis GERARD commited on
How to use alternis/gemma-multitrained with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alternis/gemma-multitrained", dtype="auto")