--- license: apache-2.0 language: - en tags: - text-generation-inference - transformers - unsloth - gemma - trl - sft base_model: unsloth/gemma-1.1-7b-it-bnb-4bit datasets: - NotAiLOL/Athena-v0.1 --- # Uploaded model - **Developed by:** NotAiLOL - **License:** apache-2.0 - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit This gemma model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [](https://github.com/unslothai/unsloth) # Model details # Metrics - Train runtime: 4540.3313s - Train loss: 0.493200 - Steps: 300 ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6534f64c6e86d670ffb3b1bc/5JCpHxfKvfXhOHyziS7RF.png) ## Prompt format The model follows alpaca prompt. ``` Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: {} ### Input: {} ### Response: {} ```