uncertainty-baselines
uncertainty-baselines copied to clipboard
High-quality implementations of standard and SOTA methods on a variety of tasks.
Create callbacks to: 1. Save model checkpoints in FLAGS.output_dir based on validation AUC on the main task. 2. Perform early stopping when validation AUC on the main task does not...
Add launcher and datatables for writing predictions from cross validate ensembles
An iterative version of Introspective Active Sampling. - Implements function that calculates bias values for examples and generates a lookup table from example_id to bias value/label. Label is determined using...
Replaces a broken fewshot dependency with our deterministic input pipeline.
Internal
Internal
Internal
Internal
Add dummy dataset classes to simplify testing of ub.datasets.
Internal
Enable GDA by default in T5X training and checkpointing.