Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
After the installation of FlashAttention2, the model can be loaded using:
|
2 |
```python
|
3 |
from scooby.modeling import Scooby
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- genomics
|
5 |
+
- single-cell
|
6 |
+
- biology
|
7 |
+
---
|
8 |
After the installation of FlashAttention2, the model can be loaded using:
|
9 |
```python
|
10 |
from scooby.modeling import Scooby
|