--- license: mit language: da tags: - bert - danish - news - classification --- # CATSAN - Topic Danish news topic classifier (14 classes) Part of the CATSAN2026 project: *Can AI Teach Students to Analyze News?* ## Usage ```python import torch checkpoint = torch.load("model.pt", map_location="cpu") # See CATSAN documentation for model architecture ``` ## Citation ``` @misc{catsan2026, author = {Andersen, Elisabeth Muth}, title = {CATSAN2026: AI-based News Value Analysis}, year = {2026}, institution = {University of Southern Denmark} } ```