base_model: meta-llama/Llama-3.2-3B-Instruct | |
datasets: | |
- tatsu-lab/alpaca | |
language: en | |
tags: | |
- torchtune | |
# my_cool_model | |
This model is a finetuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on the [tatsu-lab/alpaca](https://huggingface.co/tatsu-lab/alpaca) dataset. | |
# Model description | |
More information needed | |
# Training and evaluation results | |
More information needed | |
# Training procedure | |
This model was trained using the [torchtune](https://github.com/pytorch/torchtune) library using the following command: | |
```bash | |
tune run dev/generate_v2 --config llama2/generation_v2 | |
``` | |
# Framework versions | |
- torchtune | |
- torchao 0.5.0 | |
- datasets 2.20.0 | |
- sentencepiece 0.2.0 | |