Instructions to use Taykhoom/RNA-MSM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/RNA-MSM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Taykhoom/RNA-MSM", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Taykhoom/RNA-MSM", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -69,7 +69,7 @@ CUDA 12.6.
|
|
| 69 |
|
| 70 |
## Related Models
|
| 71 |
|
| 72 |
-
See the full [RNA-MSM collection](https://huggingface.co/collections/Taykhoom/rna-msm).
|
| 73 |
|
| 74 |
## Usage
|
| 75 |
|
|
|
|
| 69 |
|
| 70 |
## Related Models
|
| 71 |
|
| 72 |
+
See the full [RNA-MSM collection](https://huggingface.co/collections/Taykhoom/rna-msm-6a18b5c2b0181ebbc71ff777).
|
| 73 |
|
| 74 |
## Usage
|
| 75 |
|