Instructions to use aehrm/droc-character-recognizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use aehrm/droc-character-recognizer with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("aehrm/droc-character-recognizer") - Notebooks
- Google Colab
- Kaggle
add license
Browse files
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
language: de
|
|
|
|
| 7 |
---
|
| 8 |
# Tagger for literary character mentions (DROC corpus)
|
| 9 |
|
|
@@ -57,4 +58,6 @@ Please cite the following paper when using this model.
|
|
| 57 |
year = {2023},
|
| 58 |
}
|
| 59 |
|
| 60 |
-
```
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- flair
|
| 4 |
+
- token-classification
|
| 5 |
+
- sequence-tagger-model
|
| 6 |
language: de
|
| 7 |
+
license: cc0-1.0
|
| 8 |
---
|
| 9 |
# Tagger for literary character mentions (DROC corpus)
|
| 10 |
|
|
|
|
| 58 |
year = {2023},
|
| 59 |
}
|
| 60 |
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
**License**: CC0
|