--- language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - llama - trl base_model: unsloth/llama-2-7b-bnb-4bit --- After just 60 steps (8 minutes of training on free colab) some influence is already vivible: ``` Below is an instruction that describes a task. Write a response that appropriately completes the request. explain what is machine learinig ### Response: Machine learnin' be th' process of buildin' computer programs that can automatically improve from experience and understanding through exposure to data. Machine learning focuses on the development of algorithms that can make predictions or decisions based on input, rather than explicitly programmed instructions, as in traditional programming. ``` # Uploaded model - **Developed by:** TeeZee - **License:** apache-2.0 - **Finetuned from model :** unsloth/llama-2-7b-bnb-4bit This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [](https://github.com/unslothai/unsloth)