nihardon's picture
Update README.md
cbc0274 verified
metadata
tags:
  - gguf
  - llama.cpp
  - unsloth

🧠 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