dennlinger
commited on
Commit
•
1fa49d9
1
Parent(s):
168cf21
Add minimal model card.
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tags:
|
2 |
+
- summarization
|
3 |
+
language: de
|
4 |
+
model-index:
|
5 |
+
- name: timo-BART-german
|
6 |
+
|
7 |
+
# timo-BART-german
|
8 |
+
**Disclaimer:** This model card was not contributed by the original author.
|
9 |
+
|
10 |
+
More information on this work can be found in the corresponding [Master's thesis](https://www.inf.uni-hamburg.de/en/inst/ab/lt/teaching/theses/completed-theses/2020-ma-johner.pdf) and [resulting publication](https://aclanthology.org/2021.nodalida-main.43/).
|
11 |
+
It is presumably trained on the [auto-hMDS corpus](https://github.com/AIPHES/auto-hMDS) for German.
|
12 |
+
|
13 |
+
Evaluation results can be found in the paper.
|