Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- de
|
| 5 |
+
base_model:
|
| 6 |
+
- deepset/gbert-large
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Model Summary
|
| 11 |
+
This model is a finetuned [gbert-large](https://huggingface.co/deepset/gbert-large) for binary classification of text blocks into the two classes:
|
| 12 |
+
candidates for indirect quotation or not.
|
| 13 |
+
The model is intended to be used as part of our tool `IndiQuo`. More information can be found in the corresponding
|
| 14 |
+
[repository](https://scm.cms.hu-berlin.de/schluesselstellen/indiquo) and our paper
|
| 15 |
+
Advances and Challenges in the Automatic Identification of Indirect Quotations in Scholarly Texts and Literary Works (accepted).
|
| 16 |
+
|
| 17 |
+
# Citation
|
| 18 |
+
TBD
|