Instructions to use Taykhoom/RNAErnie with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/RNAErnie with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Taykhoom/RNAErnie", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Taykhoom/RNAErnie", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ See the full [RNAErnie collection](https://huggingface.co/collections/Taykhoom/r
|
|
| 81 |
|
| 82 |
| Model | Context | Training data | Notes |
|
| 83 |
|---|---|---|---|
|
| 84 |
-
| **[RNAErnie](./)** | **512** | **RNACentral (nts<=512)** | **This model; PaddlePaddle ERNIE backbone** |
|
| 85 |
| [RNAErnie2](https://huggingface.co/Taykhoom/RNAErnie2) | 2048 | RNACentral v22 (~31M seqs) | Retrained; PyTorch BERT |
|
| 86 |
|
| 87 |
## Usage
|
|
|
|
| 81 |
|
| 82 |
| Model | Context | Training data | Notes |
|
| 83 |
|---|---|---|---|
|
| 84 |
+
| **[RNAErnie](https://huggingface.co/Taykhoom/RNAErnie)** | **512** | **RNACentral (nts<=512)** | **This model; PaddlePaddle ERNIE backbone** |
|
| 85 |
| [RNAErnie2](https://huggingface.co/Taykhoom/RNAErnie2) | 2048 | RNACentral v22 (~31M seqs) | Retrained; PyTorch BERT |
|
| 86 |
|
| 87 |
## Usage
|