Qwen3-14B LoRA moderation adapter -- pooled (15 subreddits)

LoRA adapter for community-specific Reddit content moderation, fine-tuned on Qwen 3 14B. Given a comment in thread context together with the subreddit's rules, it predicts whether a moderator would remove the comment. Trained on the pooled training data of all 15 subreddits, with the subreddit name included in the prompt.

From the BSc thesis "Evaluating Open-Source LLMs for Community-Specific Content Moderation on Reddit" (Amsterdam University College / University of Amsterdam, 2026).

Usage

from transformers import AutoModelForCausalLM
from peft import PeftModel
base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-14B")
model = PeftModel.from_pretrained(base, "opalitestudios/qwen3-14b-reddit-moderation-pooled")
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for opalitestudios/qwen3-14b-reddit-moderation-pooled

Finetuned
Qwen/Qwen3-14B
Adapter
(479)
this model