Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
-
-
|
| 4 |
-
-
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 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')
|