Skip to content

Commit 5a19727

Browse files
authored
update readme with links to Together web UI (#30)
* update readme with links to Together web UI * fixed a couple more readme typos
1 parent 47ef31c commit 5a19727

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.egg-info/
22
__pycache__/
33
build/
4-
dist/
4+
dist/
5+
.DS_Store

README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ We provide the following model checkpoints:
2121
- [Installation](#installation)
2222
- [Usage](#usage)
2323
- [HuggingFace](#huggingface)
24+
- [Together web UI](https://api.together.xyz/playground/language/togethercomputer/evo-1-131k-base)
2425
- [Together API](#together-api)
2526
- [Citation](#citation)
2627

@@ -125,7 +126,10 @@ model = AutoModelForCausalLM.from_pretrained(
125126

126127
## Together API
127128

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+
129133

130134
```python
131135
import openai
@@ -164,12 +168,12 @@ Please cite the following preprint when referencing Evo.
164168

165169
```
166170
@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},
169-
year = {2024},
170-
doi = {10.1101/2024.02.27.582234},
171-
publisher = {Cold Spring Harbor Laboratory},
172-
URL = {https://www.biorxiv.org/content/early/2024/02/27/2024.02.27.582234},
173-
journal = {bioRxiv}
171+
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},
173+
year = {2024},
174+
doi = {10.1101/2024.02.27.582234},
175+
publisher = {Cold Spring Harbor Laboratory},
176+
URL = {https://www.biorxiv.org/content/early/2024/02/27/2024.02.27.582234},
177+
journal = {bioRxiv}
174178
}
175179
```

0 commit comments

Comments
 (0)