YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

HR Jimmy -- Enterprise HR Assistant

Based on Meta Llama 3.1 8B Instruct


Overview

HR Jimmy is a domain-specialized enterprise HR assistant built on top of Meta Llama 3.1 8B Instruct.

The model is designed for structured HR workflow automation, including:

  • Leave application processing
  • Overtime submission handling
  • HR policy question answering
  • Structured data extraction
  • Multi-step enterprise workflow guidance
  • Deterministic enterprise-grade responses

This repository provides configuration and deployment instructions to reproduce the HR Jimmy behavior.


Base Model

This project is built upon:

meta-llama/Llama-3.1-8B-Instruct

Users must download the base model directly from Meta or Hugging Face and comply with the original license terms.

This repository does NOT redistribute the base model weights.


Model Configuration

  • Architecture: LLaMA
  • Parameters: 8B
  • Deployment Quantization: Q8_0 (GGUF)
  • Context Length: 131072 tokens
  • Temperature: 0.01 (deterministic enterprise mode)
  • Stop Tokens:
    • <|start_header_id|>
    • <|end_header_id|>
    • <|eot_id|>

Repository Contents

  • Modelfile
  • Prompt template configuration
  • Stop token configuration
  • Deployment instructions
  • Workflow design notes

Base model weights are not included.


Reproduction Instructions (Ollama)

Step 1 -- Pull Base Model

ollama pull llama3.1:latest

Step 2 -- Build HR Jimmy

ollama create hr_jimmy -f Modelfile

Step 3 -- Run

ollama run hr_jimmy

Optional: Generating GGUF for llama.cpp

If you wish to generate a GGUF file:

  1. Download the original FP16 base model from Meta.
  2. Merge fine-tuned adapters (if applicable).
  3. Convert using llama.cpp conversion tools.
  4. Quantize to Q8_0 or other supported formats.

This ensures compliance with Meta's license terms.


Intended Use

HR Jimmy is intended for:

  • Enterprise HR chatbot systems
  • Internal workflow automation
  • Structured form completion
  • Deterministic multi-step reasoning in business environments
  • Agent-based enterprise AI systems

It is not intended for open-domain general conversation.


Fine-tuning Details (If Applicable)

  • Fine-tuning Method: LoRA / QLoRA
  • Domain: Enterprise HR workflows
  • Data Type: Structured conversational and workflow data
  • Optimization Goal: Deterministic structured output generation

Adapter weights require the original base model.


License Notice

This project depends on Meta Llama 3.1 8B Instruct.

Users must review and comply with the official Meta Llama 3 license:

https://ai.meta.com/llama/license/

This repository provides configuration and workflow adaptation only.
It does not redistribute base model weights.


Enterprise Positioning

HR Jimmy demonstrates:

  • Prompt Engineering for deterministic output
  • Enterprise workflow modeling
  • Multi-agent structured reasoning
  • Low-temperature production configuration
  • LLM integration within HR automation systems

For enterprise deployment inquiries, please adapt configuration to your internal compliance standards.

Downloads last month
10
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support