Closed iamyifan closed 1 month ago
SAMPLE_RATIO
config.py
utils.py
@staticmethod
BabyJoeyUtils
main.py
sample_dataset
dataset.select
SAMPLE_RATIO
inconfig.py
as a predefined parameter to allow users to sample from a large dataset.utils.py
with@staticmethod
inBabyJoeyUtils
.main.py
to integrate with the new parameterSAMPLE_RATIO
.sample_dataset
inBabyJoeyUtils
by usingdataset.select
method (Hugging Face Doc).