Commit
·
fa121ee
1
Parent(s):
1bfd68c
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ pipeline_tag: text-generation
|
|
| 6 |
# ChatNT
|
| 7 |
|
| 8 |
[ChatNT](https://www.biorxiv.org/content/10.1101/2024.04.30.591835v1) is the first multimodal conversational agent designed with a deep understanding of biological sequences (DNA, RNA, proteins).
|
| 9 |
-
It enables users — even those with no coding background — to interact with biological data through natural language
|
| 10 |
|
| 11 |
|
| 12 |
**Developed by:** [InstaDeep](https://huggingface.co/InstaDeepAI)
|
|
@@ -29,7 +29,7 @@ pip install --upgrade git+https://github.com/huggingface/transformers.git
|
|
| 29 |
pip install torch
|
| 30 |
```
|
| 31 |
|
| 32 |
-
A small snippet of code is given here in order to **generate
|
| 33 |
|
| 34 |
```
|
| 35 |
# Load pipeline
|
|
|
|
| 6 |
# ChatNT
|
| 7 |
|
| 8 |
[ChatNT](https://www.biorxiv.org/content/10.1101/2024.04.30.591835v1) is the first multimodal conversational agent designed with a deep understanding of biological sequences (DNA, RNA, proteins).
|
| 9 |
+
It enables users — even those with no coding background — to interact with biological data through natural language and it generalizes across multiple biological tasks and modalities.
|
| 10 |
|
| 11 |
|
| 12 |
**Developed by:** [InstaDeep](https://huggingface.co/InstaDeepAI)
|
|
|
|
| 29 |
pip install torch
|
| 30 |
```
|
| 31 |
|
| 32 |
+
A small snippet of code is given here in order to **generate ChatNT answers from a pipeline (high-level)**.
|
| 33 |
|
| 34 |
```
|
| 35 |
# Load pipeline
|