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

QuantFactory Banner

QuantFactory/Meissa-Qwen2.5-7B-Instruct-GGUF

This is quantized version of Orion-zhen/Meissa-Qwen2.5-7B-Instruct created using llama.cpp

Original Model Card

Meissa-Qwen2.5-7B-Instruct

Meissa is designated Lambda Orionis, forms Orion's head, and is a multiple star with a combined apparent magnitude of 3.33. Its name means the "shining one".

This model is fine tuned over writing and role playing datasets (maybe the first on qwen2.5-7b), aiming to enhance model's performance in novel writing and roleplaying.

The model is fine-tuned over Orion-zhen/Qwen2.5-7B-Instruct-Uncensored

Training details

I used SFT method. Datasets used are listed below:

  • anthracite-org/stheno-filtered-v1.1
  • MinervaAI/Aesir-Preview
  • Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
  • anthracite-org/nopm_claude_writing_fixed
  • Gryphe/Sonnet3.5-Charcard-Roleplay
  • nothingiisreal/DirtyWritingPrompts
  • Orion-zhen/tagged-pixiv-novel
Downloads last month
875
GGUF
Model size
8B params
Architecture
qwen2
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 QuantFactory/Meissa-Qwen2.5-7B-Instruct-GGUF

Base model

Qwen/Qwen2.5-7B
Quantized
(14)
this model

Datasets used to train QuantFactory/Meissa-Qwen2.5-7B-Instruct-GGUF