Model Card for Model ID

It is a fine-tuned version of the Llama 3.2 3B LLM. The objective is to provide more detailed information concering the Herrmann Brain Dominance Instrument.

Model Details

Model Description

This is the model card of a ๐Ÿค— transformers model that has been pushed on the Hub.

  • Developed by: Rob Sucher, Armstrong Webb Ltd
  • Model type: Llama
  • Finetuned from model [optional]: Llama 3.2 3B

Uses

As an 'instruct' model for HBDI questions.

Bias, Risks, Limitations, and Recommendation

Trained on limited number of Q&A pairs (these were not validated before fine-tuned training). Recommendation: use independent verification to confirm the status off the answers/results.

How to Get Started with the Model

Can be run locally. If using LM Studio, ensure that config.json is in same directory as the fine-tuned model.

Training Details

Training Data

The fine-tuning dataset is comprised of 100 'Herrmann Brain Dominance Inference' Q&A pairs that have been distilled from a larger LLM. Converted to ShareGPT format for training.

Training Procedure

QLoRA. 60 training iterations. Trained on Google Colab.

Training Hyperparameters

args = TrainingArguments(
    per_device_train_batch_size = 2,
    gradient_accumulation_steps = 4,
    warmup_steps = 5,
    # num_train_epochs = 1, # Set this for 1 full training run.
    max_steps = 60,
    learning_rate = 2e-4,
    fp16 = not is_bf16_supported(),
    bf16 = is_bf16_supported(),
    logging_steps = 1,
    optim = "adamw_8bit",
    weight_decay = 0.01,
    lr_scheduler_type = "linear",
    seed = 3407,
    output_dir = "outputs",
    report_to = "none", # Use this for WandB etc
)

Speeds, Sizes, Times [optional]

Less than 5 mins to train.

Compute Infrastructure

Google Colab

Software

Python, supporting packages (eg Unsloth, HF)

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

4-bit

5-bit

8-bit

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