You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ We provide the following model checkpoints:
21
21
-[Installation](#installation)
22
22
-[Usage](#usage)
23
23
-[HuggingFace](#huggingface)
24
+
-[Together web UI](https://api.together.xyz/playground/language/togethercomputer/evo-1-131k-base)
24
25
-[Together API](#together-api)
25
26
-[Citation](#citation)
26
27
@@ -125,7 +126,10 @@ model = AutoModelForCausalLM.from_pretrained(
125
126
126
127
## Together API
127
128
128
-
Evo will also be soon available via an API by [TogetherAI](https://www.together.ai/).
129
+
Evo is available through Together AI with a [web UI](https://api.together.xyz/playground/language/togethercomputer/evo-1-131k-base), where you can generate DNA sequences with a chat-like interface.
130
+
131
+
For more detailed or batch workflows, you can call the Together API with a simple example below.
132
+
129
133
130
134
```python
131
135
import openai
@@ -164,12 +168,12 @@ Please cite the following preprint when referencing Evo.
164
168
165
169
```
166
170
@article {nguyen2024sequence,
167
-
author = {Eric Nguyen and Michael Poli and Matthew G Durrant and Armin W Thomas and Brian Kang and Jeremy Sullivan and Madelena Y Ng and Ashley Lewis and Aman Patel and Aaron Lou and Stefano Ermon and Stephen A Baccus and Tina Hernandez-Boussard and Christopher Ré and Patrick D Hsu and Brian L Hie},
168
-
title = {Sequence modeling and design from molecular to genome scale with Evo},
author = {Eric Nguyen and Michael Poli and Matthew G Durrant and Armin W Thomas and Brian Kang and Jeremy Sullivan and Madelena Y Ng and Ashley Lewis and Aman Patel and Aaron Lou and Stefano Ermon and Stephen A Baccus and Tina Hernandez-Boussard and Christopher Ré and Patrick D Hsu and Brian L Hie},
172
+
title = {Sequence modeling and design from molecular to genome scale with Evo},
0 commit comments