readme: mention notebook for Flair dataset loader example
Browse files
README.md
CHANGED
@@ -27,6 +27,10 @@ The CO-Fun dataset provides annotations for the following Named Entities:
|
|
27 |
* `Ort` (engl. location)
|
28 |
* `Software`
|
29 |
|
|
|
|
|
|
|
|
|
30 |
# Changelog
|
31 |
|
32 |
* 25.03.2024: Initial version of the preprocessed CO-Fun NER dataset is released.
|
|
|
27 |
* `Ort` (engl. location)
|
28 |
* `Software`
|
29 |
|
30 |
+
# Example: Load Dataset with Flair library
|
31 |
+
|
32 |
+
The notebooks [FlairDatasetExample.ipynb](FlairDatasetExample.ipynb) shows how to load the dataset with the awesome [Flair library](https://github.com/flairNLP/flair).
|
33 |
+
|
34 |
# Changelog
|
35 |
|
36 |
* 25.03.2024: Initial version of the preprocessed CO-Fun NER dataset is released.
|