Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Autor-Regulatory Focus Classifier (German)
|
2 |
|
3 |
This model is a fine-tuned transformer-based classifier that detects the **regulatory focus** in German-language text, classifying whether the language expresses a **promotion** (aspirational, growth-oriented) or **prevention** (safety, obligation-oriented) focus.
|
@@ -76,4 +83,4 @@ If you use this model in your research, please cite:
|
|
76 |
number={1},
|
77 |
year={2023}
|
78 |
}
|
79 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- de
|
5 |
+
base_model:
|
6 |
+
- deepset/gbert-large
|
7 |
+
---
|
8 |
# Autor-Regulatory Focus Classifier (German)
|
9 |
|
10 |
This model is a fine-tuned transformer-based classifier that detects the **regulatory focus** in German-language text, classifying whether the language expresses a **promotion** (aspirational, growth-oriented) or **prevention** (safety, obligation-oriented) focus.
|
|
|
83 |
number={1},
|
84 |
year={2023}
|
85 |
}
|
86 |
+
```
|