Instructions to use Taykhoom/AIDO.RNA-650M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/AIDO.RNA-650M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Taykhoom/AIDO.RNA-650M", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -51,17 +51,17 @@ max diff = 5.04e-06 (final output), 6.10e-05 (intermediate layers). Verified on
|
|
| 51 |
|
| 52 |
## Related Models
|
| 53 |
|
| 54 |
-
See the full [AIDO.RNA collection](
|
| 55 |
|
| 56 |
| Model | Parameters | Data | Notes |
|
| 57 |
|---|---|---|---|
|
| 58 |
-
| [AIDO.RNA-1M-MARS](
|
| 59 |
-
| [AIDO.RNA-25M-MARS](
|
| 60 |
-
| [AIDO.RNA-300M-MARS](
|
| 61 |
-
| [AIDO.RNA-650M](
|
| 62 |
-
| [AIDO.RNA-650M-CDS](
|
| 63 |
-
| [AIDO.RNA-1.6B](
|
| 64 |
-
| [AIDO.RNA-1.6B-CDS](
|
| 65 |
|
| 66 |
## Usage
|
| 67 |
|
|
|
|
| 51 |
|
| 52 |
## Related Models
|
| 53 |
|
| 54 |
+
See the full [AIDO.RNA collection](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9).
|
| 55 |
|
| 56 |
| Model | Parameters | Data | Notes |
|
| 57 |
|---|---|---|---|
|
| 58 |
+
| [AIDO.RNA-1M-MARS](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 1M | MARS ncRNA | Smallest MARS variant |
|
| 59 |
+
| [AIDO.RNA-25M-MARS](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 25M | MARS ncRNA | Mid-size MARS variant |
|
| 60 |
+
| [AIDO.RNA-300M-MARS](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 300M | MARS ncRNA | Large MARS variant |
|
| 61 |
+
| [AIDO.RNA-650M](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 650M | 42M ncRNA | Base model |
|
| 62 |
+
| [AIDO.RNA-650M-CDS](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 650M | 42M ncRNA + CDS | CDS-adapted |
|
| 63 |
+
| [AIDO.RNA-1.6B](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 1.6B | 42M ncRNA | Largest base model |
|
| 64 |
+
| [AIDO.RNA-1.6B-CDS](https://huggingface.co/collections/Taykhoom/aidorna-6a22fe2e4039c523bcc48de9) | 1.6B | 42M ncRNA + CDS | Largest CDS-adapted |
|
| 65 |
|
| 66 |
## Usage
|
| 67 |
|