How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
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 afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
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 afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
Use Docker
docker model run hf.co/afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF:
Quick Links

Locutusque/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF

Quantized GGUF model files for LocutusqueXFelladrin-TinyMistral248M-Instruct from Locutusque

Original Model Card:

LocutusqueXFelladrin-TinyMistral248M-Instruct

This model was created by merging Locutusque/TinyMistral-248M-Instruct and Felladrin/TinyMistral-248M-SFT-v4 using mergekit. After the two models were merged, the resulting model was further trained on ~20,000 examples on the Locutusque/inst_mix_v2_top_100k at a low learning rate to further normalize weights. The following is the YAML config used to merge:

models:
  - model: Felladrin/TinyMistral-248M-SFT-v4
    parameters:
      weight: 0.5
  - model: Locutusque/TinyMistral-248M-Instruct
    parameters:
      weight: 1.0
merge_method: linear
dtype: float16

The resulting model combines the best of both worlds. With Locutusque/TinyMistral-248M-Instruct's coding capabilities and reasoning skills, and Felladrin/TinyMistral-248M-SFT-v4's low hallucination and instruction-following capabilities. The resulting model has an incredible performance considering its size.

Evaluation

Coming soon...

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF

Dataset used to train afrideva/LocutusqueXFelladrin-TinyMistral248M-Instruct-GGUF