stefan-it commited on
Commit
2ae205c
1 Parent(s): 1f67aa6

readme: mention notebook for creating dataset splits

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.