CoolFace
Modelpublic

nihardon/fine-tuned-unit-test-generator

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes24downloads
Model Card

๐Ÿง  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**