Instructions to use Taykhoom/mRNA-FM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/mRNA-FM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Taykhoom/mRNA-FM", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Taykhoom/mRNA-FM", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ differences are expected (~3e-4 max diff over 12 layers) and are not a correctne
|
|
| 55 |
|
| 56 |
## Related Models
|
| 57 |
|
| 58 |
-
See the full [RNA-FM collection](https://huggingface.co/collections/Taykhoom/rna-fm-
|
| 59 |
|
| 60 |
| Model | Training data | Embedding dim | Notes |
|
| 61 |
|---|---|---|---|
|
|
|
|
| 55 |
|
| 56 |
## Related Models
|
| 57 |
|
| 58 |
+
See the full [RNA-FM collection](https://huggingface.co/collections/Taykhoom/rna-fm-6a22c8c778d29e6dd3d437af).
|
| 59 |
|
| 60 |
| Model | Training data | Embedding dim | Notes |
|
| 61 |
|---|---|---|---|
|