nihardon/fine-tuned-unit-test-generator
024
๐ง Fine-Tuned Unit Test Generator (Llama-3-8B)
This repository contains the fine-tuned weights for the Unit Test Generator project.
๐ Training Details
- Base Model:
unsloth/llama-3-8b-bnb-4bit - Dataset:
iamtarun/python_code_instructions_18k_alpaca - Method: QLoRA (Quantized Low-Rank Adaptation)
- Framework: Unsloth + PyTorch + Hugging Face TRL
๐ฆ Files
llama-3-8b.Q4_K_M.gguf: The quantized model optimized for CPU inference (used in the Live Demo).adapter_model.safetensors: The raw LoRA adapters.
๐ Live Demo
You can try the model in the interactive web app here: **Launch Unit Test Generator**
