Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
| 1 |
---
|
| 2 |
title: Swedish Causality Detection
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|