You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing random splitting and downsampling of datasets, including when loading Flair datasets, there is no option to set the random seed specifically for that function. You can set random seed outside of the function, but this does not seem to provide as full control and reproducibility if you want to set specific different random seeds for each operation. I have had trouble controlling this when instantiating datasets that can be imported from Flair.
Solution
Ideally there would be an option to pass a random seed to functions like randomly_split_into_two_datasets and downsample. Perhaps you could pass in a random seed to dataset objects like flair.datasets.sequence_labeling.CONLL_03
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Problem statement
When performing random splitting and downsampling of datasets, including when loading Flair datasets, there is no option to set the random seed specifically for that function. You can set random seed outside of the function, but this does not seem to provide as full control and reproducibility if you want to set specific different random seeds for each operation. I have had trouble controlling this when instantiating datasets that can be imported from Flair.
Solution
Ideally there would be an option to pass a random seed to functions like
randomly_split_into_two_datasets
anddownsample
. Perhaps you could pass in a random seed to dataset objects likeflair.datasets.sequence_labeling.CONLL_03
Additional Context
No response
The text was updated successfully, but these errors were encountered: