Saber is a deep-learning based tool for information extraction in the biomedical domain. Pull requests are welcome! Note: this is a work in progress. Many things are broken, and the codebase is not stable.
Currently, the k_fold argument takes precedence over the validation_split argument. Instead, if both are supplied, the validation_split percent of examples in the train partition of each fold should be held out for validation.
Currently, the
k_fold
argument takes precedence over thevalidation_split
argument. Instead, if both are supplied, thevalidation_split
percent of examples in the train partition of each fold should be held out for validation.