readme: mention notebook for creating dataset splits
Browse files
README.md
CHANGED
|
@@ -26,6 +26,8 @@ For each label category (`positive`, `negative`, `neutral`, `mixed`) this datase
|
|
| 26 |
* 93 development examples
|
| 27 |
* 95 test examples
|
| 28 |
|
|
|
|
|
|
|
| 29 |
# Dataset Usage
|
| 30 |
|
| 31 |
An example [notebook](FlairDatasetLoader.ipynb) shows how to use this dataset with the awesome Flair library.
|
|
|
|
| 26 |
* 93 development examples
|
| 27 |
* 95 test examples
|
| 28 |
|
| 29 |
+
Dataset splits were created using this [notebook](CreateDatasetSplits.ipynb).
|
| 30 |
+
|
| 31 |
# Dataset Usage
|
| 32 |
|
| 33 |
An example [notebook](FlairDatasetLoader.ipynb) shows how to use this dataset with the awesome Flair library.
|