Skip to content

Commit e7915e4

Browse files
authored
Merge 33c8013 into 0b88ab9
2 parents 0b88ab9 + 33c8013 commit e7915e4

33 files changed

+2536
-1419
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ci/tests/test_output
4545

4646
# mkdocs
4747
site
48-
docs/notebooks/
4948

5049
# Keep unit tests data
5150
!ci/tests/data/*

.readthedocs.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ build:
44
tools:
55
python: "3.11"
66

7-
jobs:
8-
pre_build:
9-
- "mkdir -p ./docs/notebooks"
10-
- "cp ./examples/notebooks/*.ipynb ./docs/notebooks"
11-
127
mkdocs:
138
configuration: mkdocs.yml
149
fail_on_warning: false

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Let’s build the most exciting AI-for-Bio community together!
3131

3232
## What's new?
3333
### Evo2
34-
We have integrated [Evo2](https://github.com/ArcInstitute/evo2) into our helical package and have made a model card for it in our [Evo2 model folder](helical/helical/models/evo_2/README.md). If you would like to test the model, take a look at our [example notebook](helical/examples/notebooks/Evo-2.ipynb)!
34+
We have integrated [Evo2](https://github.com/ArcInstitute/evo2) into our helical package and have made a model card for it in our [Evo2 model folder](helical/models/evo_2/README.md). If you would like to test the model, take a look at our [example notebook](examples/notebooks/Evo-2.ipynb)!
3535
Let us know what you think and we are happy to help you with the larger model (40B parameters!) if needed!
3636

3737
### 🧬 Introducing Helix-mRNA-v0: Unlocking new frontiers & use cases in mRNA therapy 🧬
@@ -99,8 +99,9 @@ apptainer shell --nv --fakeroot singularity/helical/
9999
- [Universal Cell Embedding (UCE)](https://helical.readthedocs.io/en/latest/model_cards/uce/)
100100

101101
### DNA models:
102-
- [HyenaDNA](https://helical.readthedocs.io/en/latest/model_cards/hyenadna/)
102+
- [HyenaDNA](https://helical.readthedocs.io/en/latest/model_cards/hyena_dna/)
103103
- [Caduceus](https://helical.readthedocs.io/en/latest/model_cards/caduceus/)
104+
- [Evo 2](https://helical.readthedocs.io/en/latest/model_cards/evo_2/)
104105

105106

106107
## Demo & Use Cases

docs/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ We will update this repo on a regular basis with new models, benchmarks, modalit
1010
Let’s build the most exciting AI-for-Bio community together!
1111

1212
## What's new?
13+
### Evo 2
14+
We have integrated [Evo 2](https://github.com/ArcInstitute/evo2) into our helical package and have made a model card for it in our [Evo 2 model card](./model_cards/evo_2.md). If you would like to test the model, take a look at our [example notebook](./notebooks/Evo-2.ipynb)!
15+
Let us know what you think and we are happy to help you with the larger model (40B parameters!) if needed!
16+
1317
### 🧬 Introducing Helix-mRNA-v0: Unlocking new frontiers & use cases in mRNA therapy 🧬
1418
We’re thrilled to announce the release of our first-ever mRNA Bio Foundation Model, designed to:
1519

@@ -75,6 +79,7 @@ apptainer shell --nv --fakeroot singularity/helical/
7579
### DNA models:
7680
- [HyenaDNA](./model_cards/hyenadna.md)
7781
- [Caduceus](./model_cards/caduceus.md)
82+
- [Evo 2](./model_cards/evo_2.md)
7883

7984

8085
## Demo & Use Cases

docs/model_cards/caduceus.md

-99
This file was deleted.

docs/model_cards/caduceus.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../helical/models/caduceus/README.md

0 commit comments

Comments
 (0)