readme: extend Acknowledgements and add reference to Flair Dataloader example notebook
Browse files
README.md
CHANGED
@@ -44,7 +44,11 @@ The dataset is based on Turkish.
|
|
44 |
|
45 |
A binary dataset with with (`NOT`) Not Offensive and (`OFF`) Offensive tweets.
|
46 |
|
|
|
|
|
|
|
|
|
47 |
# Acknowledgements
|
48 |
|
49 |
-
Many thanks to [Cagri Cöltekin](https://huggingface.co/coltekin) for introducing this great dataset and also releasing it on the Model Hub.
|
50 |
|
|
|
44 |
|
45 |
A binary dataset with with (`NOT`) Not Offensive and (`OFF`) Offensive tweets.
|
46 |
|
47 |
+
### Loader
|
48 |
+
|
49 |
+
An example of how to use this dataset within the awesome Flair library can be found in [this](FlairDatasetLoader.ipynb) notebook.
|
50 |
+
|
51 |
# Acknowledgements
|
52 |
|
53 |
+
Many thanks to [Cagri Cöltekin](https://huggingface.co/coltekin) for introducing this great dataset and also releasing it on the Model Hub. Model card is sligtly adopted and modified from [here](https://huggingface.co/datasets/coltekin/offenseval2020_tr).
|
54 |
|