Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
```python
|
5 |
-
# Load model directly
|
6 |
-
from transformers import AutoModel
|
7 |
-
model = AutoModel.from_pretrained("metehergul/scgpt")
|
8 |
-
```
|
9 |
-
|
10 |
-
For further details see: https://huggingface.co/metehergul/scgpt
|
11 |
-
=======
|
12 |
All rights belong to:
|
13 |
|
14 |
@misc{peng2020scgpt,
|
@@ -18,5 +14,4 @@ All rights belong to:
|
|
18 |
year={2020},
|
19 |
eprint={2002.12328},
|
20 |
primaryClass={cs.CL}
|
21 |
-
}
|
22 |
-
>>>>>>> 23519966c9f2ad55dae4b35e50ce64a1aa17a70b
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- single-cell
|
5 |
+
- biology
|
6 |
+
---
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
All rights belong to:
|
9 |
|
10 |
@misc{peng2020scgpt,
|
|
|
14 |
year={2020},
|
15 |
eprint={2002.12328},
|
16 |
primaryClass={cs.CL}
|
17 |
+
}
|
|