This repository contains a fine-tuned version of the Gemma model, which is part of the GemMoE (Gemma Mixture of Experts) family of models. For more information about GemMoE, please refer to the official documentation [
https://huggingface.co/Crystalcareai/GemMoE-Beta-1].
You can use this fine-tuned model like any other HuggingFace model. Simply load it using the from_pretrained method:
model = AutoModelForCausalLM.from_pretrained("huggingface-Crystalcareai/gemma-roleplay)
tokenizer = AutoTokenizer.from_pretrained("huggingface-Crystalcareai/gemma-roleplay")