Project structure of: openai/weak-to-strong
weak-to-strong
Weak-to-strong learning experiments with language and vision tasks.
notebooks
pyproject.toml
Python project using Hatch, depends on OpenAI's "weak_to_strong" with torch, numpy.
README.md
Weak-to-strong learning setup for binary tasks, using pretrained language models and various loss functions.
setup.py
Sets up Python package with setuptools
train_weak_to_strong.py
Trains weak models to strong, compares performance, stores results.
vision
Experiments weak-to-strong learning on ImageNet using various models with data pipeline and logistic regression.
weak_to_strong
Weak to strong contrastive learning for data augmentation.