yqsu95 commited on
Commit
754eafa
·
verified ·
1 Parent(s): eefc94e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,10 +1,16 @@
1
  ---
 
 
2
  tags:
3
- - model_hub_mixin
4
- - pytorch_model_hub_mixin
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Code: [More Information Needed]
9
- - Paper: [More Information Needed]
10
- - Docs: [More Information Needed]
 
 
 
 
1
  ---
2
+ language: en
3
+ license: mit
4
  tags:
5
+ - pytorch
6
+ - pertTF
7
+ - perturbation
8
  ---
9
 
10
+ # pertTF perturbation model (tiny, all task)
11
+
12
+ This is model files for pertTF (tiny) trained for perturbation prediction using all losses turned on (5k HVGs)
13
+
14
+ ## Usage
15
+ ```python
16
+ model = HFPerturbationTFModel.from_pretrained('weililab/pertTF-perturb_5k_alltask')