APTO-001/Qwen3.5-9B-SafetyTuned-GGUF
Qwen3.5-9B-SafetyTuned-GGUF
APTO-001/Qwen3.5-9B-SafetyTuned のGGUF量子化版です。llama.cpp等の軽量推論環境でご利用いただけます。
GGUF quantized versions of [APTO-001/Qwen3.5-9B-SafetyTuned](https://huggingface.co/APTO-001/Qwen3.5-9B-SafetyTuned) by APTO, K.K. English version is provided below.
提供形式
性能検証結果(主要指標)
全評価結果と学習手法の詳細は本体モデルの model card をご覧ください。
注意事項
Qwen3.5はDeltaNet ハイブリッドアーキテクチャを採用しています。正しく動作させるためには最新版の llama.cppをご利用ください。
制限事項
本モデルは日本語の安全性向上を主目的に設計されています。一般的なLLMの制約として、ハルシネーション、日本語以外の言語での挙動、医療・法務などの専門的助言としての利用は適切ではありません。
ライセンス
Apache 2.0(ベースモデルと同一)
お問い合わせ
株式会社APTOでは、LLMの安全性チューニングおよび学習データの設計・作成に取り組んでおります。ご関心をお持ちの方はお気軽にお問い合わせください。
- Website: https://apto.co.jp/
Qwen3.5-9B-SafetyTuned-GGUF (English)
Overview
GGUF quantized versions of APTO-001/Qwen3.5-9B-SafetyTuned, for use with llama.cpp and compatible lightweight inference environments.
Available Formats
Evaluation Results (key metrics)
For the full evaluation table and training method details, please refer to the parent model card.
Usage
Download
# Q4_K_M (recommended for Mac)
huggingface-cli download APTO-001/Qwen3.5-9B-SafetyTuned-GGUF \
Qwen3.5-9B-SafetyTuned-Q4_K_M.gguf --local-dir .
# BF16 (highest quality)
huggingface-cli download APTO-001/Qwen3.5-9B-SafetyTuned-GGUF \
Qwen3.5-9B-SafetyTuned-bf16.gguf --local-dir .Inference with llama.cpp
# CLI
./llama-cli -m Qwen3.5-9B-SafetyTuned-Q4_K_M.gguf -p "your prompt here" -n 512
# Server
./llama-server -m Qwen3.5-9B-SafetyTuned-Q4_K_M.gguf --port 8080Notes
The Qwen3.5 architecture uses DeltaNet hybrid attention. Please use the latest version of llama.cpp for correct support.
Limitations
Designed primarily for Japanese-language safety improvement. As with general LLMs, hallucinations may occur, behavior in languages other than Japanese is not specifically tuned, and the model is not intended as professional medical, legal, or financial advice.
License
Apache 2.0 (same as the base model)
Contact
APTO, K.K. designs and creates training data for LLM safety tuning. Please feel free to contact us for related inquiries.
- Website: https://apto.co.jp/
