Instructions to use opalitestudios/qwen3-14b-reddit-moderation-pooled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use opalitestudios/qwen3-14b-reddit-moderation-pooled with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-14B") model = PeftModel.from_pretrained(base_model, "opalitestudios/qwen3-14b-reddit-moderation-pooled") - Notebooks
- Google Colab
- Kaggle
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