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