Instructions to use Taykhoom/UTR-LM-MLMSS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/UTR-LM-MLMSS with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Taykhoom/UTR-LM-MLMSS", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -42,6 +42,8 @@ Hidden-state representations produced by this HF model are verified to be **exac
|
|
| 42 |
|
| 43 |
## Related Models
|
| 44 |
|
|
|
|
|
|
|
| 45 |
| Model | Pretraining Objective | Notes |
|
| 46 |
|---|---|---|
|
| 47 |
| [UTR-LM-MLM](https://huggingface.co/Taykhoom/UTR-LM-MLM) | MLM | Base model |
|
|
|
|
| 42 |
|
| 43 |
## Related Models
|
| 44 |
|
| 45 |
+
See the full [UTR-LM collection](https://huggingface.co/collections/Taykhoom/utr-lm-6a173a96ae7c070c3a84ebb4).
|
| 46 |
+
|
| 47 |
| Model | Pretraining Objective | Notes |
|
| 48 |
|---|---|---|
|
| 49 |
| [UTR-LM-MLM](https://huggingface.co/Taykhoom/UTR-LM-MLM) | MLM | Base model |
|