Training in progress, step 2000 26776ef verified
Louis GERARD commited on
How to use alternis/gemma-C2CNoCoT-NewCollator with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alternis/gemma-C2CNoCoT-NewCollator", device_map="auto")