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

Base Model

Unsloth implementation of Qwen2.5-7B: unsloth/Qwen2.5-7B

Finetune Method

Supervised fine tuning (SFT)

Prompt Template

prompt_tmpl = """Below is a customer comment relating to their banking experience. \
Please output the banking aspects and their related sentiments expressed by the customer. \
Banking aspects must be short nouns or noun-phrases containing no more than 2 words that appear in the comment. \
Sentiments must be either positive, negative or neutral.

Output must follow the following format with NO explanations:
(credit card, positive)
(long queue, negative)
(app experience, neutral)

### Comment:
{comment}

### Response:
"""
Downloads last month
22
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for hanshan1988/unsloth-Qwen2.5-7B-banks-review-gguf

Base model

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

Dataset used to train hanshan1988/unsloth-Qwen2.5-7B-banks-review-gguf