birgermoell commited on
Commit
6a8a671
·
verified ·
1 Parent(s): 855144f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -5
README.md CHANGED
@@ -1,12 +1,29 @@
1
  ---
2
  title: Swedish Causality Detection
3
- emoji: 💻
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Swedish Causality Detection
3
+ emoji:
4
+ colorFrom: yellow
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.9.1
8
  app_file: app.py
9
  pinned: false
10
+ license: cc-by-4.0
11
  ---
12
 
13
+ # Swedish Causality Detection
14
+
15
+ Detect causal relations in Swedish text using machine learning.
16
+
17
+ **Author:** Birger Moëll, Uppsala NLP
18
+
19
+ ## Features
20
+
21
+ - Binary classification: causal vs non-causal
22
+ - Trained on Swedish Government Official Reports
23
+ - Uses multilingual sentence embeddings
24
+
25
+ ## Links
26
+
27
+ - [Uppsala NLP](https://huggingface.co/UppsalaNLP)
28
+ - [Swedish Causality Dataset](https://huggingface.co/datasets/UppsalaNLP/swedish-causality-binary)
29
+ - [GitHub Repository](https://github.com/UppsalaNLP/Swedish-Causality-Datasets)