elan84 commited on
Commit
cacc366
·
verified ·
1 Parent(s): 58c33dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language: da
4
+ tags:
5
+ - bert
6
+ - danish
7
+ - news
8
+ - classification
9
+ ---
10
+
11
+ # CATSAN - Personalization
12
+
13
+ News value: Personalization (human interest)
14
+
15
+ Part of the CATSAN2026 project: *Can AI Teach Students to Analyze News?*
16
+
17
+ ## Usage
18
+
19
+ ```python
20
+ import torch
21
+ checkpoint = torch.load("model.pt", map_location="cpu")
22
+ # See CATSAN documentation for model architecture
23
+ ```
24
+
25
+ ## Citation
26
+
27
+ ```
28
+ @misc{catsan2026,
29
+ author = {Andersen, Elisabeth Muth},
30
+ title = {CATSAN2026: AI-based News Value Analysis},
31
+ year = {2026},
32
+ institution = {University of Southern Denmark}
33
+ }
34
+ ```