Instructions to use tomvaillant/qwen3-4b-abliterated-v2-journalist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomvaillant/qwen3-4b-abliterated-v2-journalist with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tomvaillant/qwen3-4b-abliterated-v2-journalist", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use tomvaillant/qwen3-4b-abliterated-v2-journalist with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tomvaillant/qwen3-4b-abliterated-v2-journalist to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tomvaillant/qwen3-4b-abliterated-v2-journalist to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tomvaillant/qwen3-4b-abliterated-v2-journalist to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="tomvaillant/qwen3-4b-abliterated-v2-journalist", max_seq_length=2048, )
qwen3-4b-abliterated-v2-journalist
LoRA adapter for investigative journalism and OSINT workflows, fine-tuned from huihui-ai/Huihui-Qwen3-4B-abliterated-v2.
This is the adapter checkpoint. For browser/WebGPU inference, use the ONNX export:
Training
- Method: QLoRA with Unsloth + TRL SFT
- Base model:
huihui-ai/Huihui-Qwen3-4B-abliterated-v2 - Dataset:
tomvaillant/investigative-journalism-training - Task: compact local/browser assistant for OSINT tool choice, verification, investigation planning, and source handling
Sources And Attribution
Training data: tomvaillant/investigative-journalism-training — 687 instruction/response pairs synthesized by Claude Opus 4.6 (Anthropic) from the Buried Signals OSINT and investigative-journalism corpus: OSINT Navigator tool data, Indicator Media briefings, Buried Signals investigative skills, GIJN, Bellingcat, Verification Handbook 3, SPJ Code of Ethics, RCFP, and public manuals from UNESCO, Al Jazeera Media Institute, CiFAR, CIPE, and EJF/TEMPO Institute.
See the dataset card for the full source list, licenses, and per-partner attribution.
Intended Use
Designed for journalist-facing local inference and browser deployment. It can suggest workflows, tools, search strategies, and verification steps. Generated URLs, claims, and legal guidance must be checked against primary sources.
This was trained with Unsloth.
Model tree for tomvaillant/qwen3-4b-abliterated-v2-journalist
Base model
Qwen/Qwen3-4B-Base