23 lines
593 B
Markdown
23 lines
593 B
Markdown
---
|
|
base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
|
language:
|
|
- en
|
|
license: apache-2.0
|
|
tags:
|
|
- text-generation-inference
|
|
- transformers
|
|
- unsloth
|
|
- llama
|
|
- gguf
|
|
---
|
|
|
|
# Uploaded model
|
|
|
|
- **Developed by:** clodbrasilino
|
|
- **License:** apache-2.0
|
|
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
|
|
|
This llama model was trained with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
|
|
|
A small experiment done to understand the mechanisms of fine-tuning and uploading models to HuggingFace
|
|
and interact with inference engines like Ollama. |