| language: en | |
| license: mit | |
| tags: | |
| - pytorch | |
| - pertTF | |
| - perturbation | |
| # pertTF perturbation model (tiny, all task) | |
| This is model files for pertTF (tiny) trained for perturbation prediction using all losses turned on (5k HVGs) | |
| ## Usage | |
| ```python | |
| model = HFPerturbationTFModel.from_pretrained('weililab/pertTF-perturb_5k_alltask') | |