Instructions to use Taykhoom/RiNALMo-micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/RiNALMo-micro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Taykhoom/RiNALMo-micro", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Taykhoom/RiNALMo-micro", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ Eager and SDPA implementations agree within 4e-6 on padded batches.
|
|
| 53 |
|
| 54 |
## Related Models
|
| 55 |
|
| 56 |
-
See the full [RiNALMo collection](https://huggingface.co/collections/Taykhoom/rinalmo-
|
| 57 |
|
| 58 |
| Model | Parameters | Notes |
|
| 59 |
|---|---|---|
|
|
|
|
| 53 |
|
| 54 |
## Related Models
|
| 55 |
|
| 56 |
+
See the full [RiNALMo collection](https://huggingface.co/collections/Taykhoom/rinalmo-6a17c182db99be3f7a0d7bac).
|
| 57 |
|
| 58 |
| Model | Parameters | Notes |
|
| 59 |
|---|---|---|
|