How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
# Run inference directly in the terminal:
llama cli -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
# Run inference directly in the terminal:
llama cli -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
Use Docker
docker model run hf.co/meditsolutions/Llama-3.2-SUN-1B-Instruct:Q8_0
Quick Links

MedIT SUN 1B Instruct

Llama-3.2-MedIT-SUN-2.5B

Base Model

  • Llama 3.2 1B -> MedIT SUN 2.5B -> MedIT SUN 1B -> Knowledge Injection from Llama 3.1 8B Instruct

Mesh Size

  • 1B to 2.5B parameters MedIT SUN 2.5B -> layers mesh using MedIT-mesh technique and downscaled to 1B

Extension Method

  • Proprietary technique developed by MedIT Solutions

Fine-tuning

  • Open (or open subsets allowing for commercial use) open datasets from HF
  • Open (or open subsets allowing for commercial use) SFT datasets from HF

Training Status

  • Current version: instruct-1.0.0

Key Features

  • Built on Llama 3.2 architecture
  • Upscaled from 1B to 2.47B parameters
  • Optimized for open-ended conversations
  • Incorporates supervised fine-tuning for improved performance
  • Layers meshing using the MedIT-mesh technique
  • Downscaled to 1B
  • Knowledge injection from Llama 3.1 8B Instruct using new technique developed by MedIT Solutions

Use Case

  • General conversation and task-oriented interactions

Limitations As the model is still in training, performance and capabilities may vary. Users should be aware that the model is not in its final form and may exhibit inconsistencies or limitations typical of in-progress AI models.

Disclaimer and Safety Considerations The Model is designed to be used as a smart assistant but not as a knowledge source within your applications, systems, or environments. It is not intended to provide 100% accurate answers, especially in scenarios where high precision and accuracy are

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 15.11
IFEval (0-Shot) 64.13
BBH (3-Shot) 9.18
MATH Lvl 5 (4-Shot) 4.61
GPQA (0-shot) 0.00
MuSR (0-shot) 4.05
MMLU-PRO (5-shot) 8.68
Downloads last month
39
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for meditsolutions/Llama-3.2-SUN-1B-Instruct

Quantized
(422)
this model

Datasets used to train meditsolutions/Llama-3.2-SUN-1B-Instruct

Collection including meditsolutions/Llama-3.2-SUN-1B-Instruct

Evaluation results