Instructions to use HBDX/Seq-Struct-TransfoRNA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HBDX/Seq-Struct-TransfoRNA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HBDX/Seq-Struct-TransfoRNA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
}
|
| 11 |
},
|
| 12 |
"clean_up_tokenization_spaces": true,
|
| 13 |
-
"model_max_length":
|
| 14 |
"pad_token": "pad",
|
| 15 |
"tokenizer_class": "RnaTokenizer"
|
| 16 |
}
|
|
|
|
| 10 |
}
|
| 11 |
},
|
| 12 |
"clean_up_tokenization_spaces": true,
|
| 13 |
+
"model_max_length": 29,
|
| 14 |
"pad_token": "pad",
|
| 15 |
"tokenizer_class": "RnaTokenizer"
|
| 16 |
}
|