Update README.md
Browse files
README.md
CHANGED
|
@@ -55,18 +55,25 @@ We sincerely thank the teams behind NT, DNABERT, and HyenaDNA for making their t
|
|
| 55 |
|
| 56 |
We provide the following available models for use.
|
| 57 |
|
| 58 |
-
- `
|
| 59 |
-
- `
|
| 60 |
-
- `
|
| 61 |
-
- `
|
| 62 |
-
- `
|
| 63 |
-
- `
|
| 64 |
-
- `
|
| 65 |
-
- `
|
| 66 |
-
- `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
To use these models, download the directories available here.
|
| 69 |
-
You must also follow the installation instructions available at [
|
| 70 |
There are two available modes of operation: setup from source code and setup from Docker.
|
| 71 |
Given that you have followed the setup instructions from source code and have downloaded the model directories here, here is sample code to run inference:
|
| 72 |
|
|
|
|
| 55 |
|
| 56 |
We provide the following available models for use.
|
| 57 |
|
| 58 |
+
- `taxonomy/DNABERT-2-117M-taxonomy`
|
| 59 |
+
- `taxonomy/hyenadna-large-1m-seqlen-hf-taxonomy`
|
| 60 |
+
- `taxonomy/nucleotide-transformer-v2-50m-multi-species-taxonomy`
|
| 61 |
+
- `amr/binary/hyenadna-small-32k-seqlen-hf`
|
| 62 |
+
- `amr/binary/nucleotide-transformer-v2-100m-multi-species`
|
| 63 |
+
- `amr/multiclass/DNABERT-S`
|
| 64 |
+
- `amr/multiclass/hyenadna-medium-450k-seqlen-hf`
|
| 65 |
+
- `amr/multiclass/nucleotide-transformer-v2-250m-multi-species`
|
| 66 |
+
- `pathogenicity/hyenadna-small-32k-seqlen-hf-DeePaC-fungal`
|
| 67 |
+
- `pathogenicity/hyenadna-small-32k-seqlen-hf-DeePaC-viral`
|
| 68 |
+
- `pathogenicity/hyenadna-small-32k-seqlen-hf-DeepSim-bacterial`
|
| 69 |
+
- `pathogenicity/hyenadna-small-32k-seqlen-hf-DeepSim-viral`
|
| 70 |
+
- `pathogenicity/nucleotide-transformer-v2-50m-multi-species-DeePaC-fungal`
|
| 71 |
+
- `pathogenicity/nucleotide-transformer-v2-50m-multi-species-DeePaC-viral`
|
| 72 |
+
- `pathogenicity/nucleotide-transformer-v2-50m-multi-species-DeepSim-bacterial`
|
| 73 |
+
- `pathogenicity/nucleotide-transformer-v2-50m-multi-species-DeepSim-viral`
|
| 74 |
|
| 75 |
To use these models, download the directories available here.
|
| 76 |
+
You must also follow the installation instructions available at our [GitHub Repo](github.com/jhuapl-bio/microbert).
|
| 77 |
There are two available modes of operation: setup from source code and setup from Docker.
|
| 78 |
Given that you have followed the setup instructions from source code and have downloaded the model directories here, here is sample code to run inference:
|
| 79 |
|