Instructions to use jinaai/xlm-roberta-flash-implementation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinaai/xlm-roberta-flash-implementation with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jinaai/xlm-roberta-flash-implementation", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3b9e730
1
Parent(s): 447c0db
chore: no need for tokenizer config as well
Browse filesSigned-off-by: jupyterjazz <saba.sturua@jina.ai>
- tokenizer_config.json +0 -4
tokenizer_config.json
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_max_length": 8194,
|
| 3 |
-
"tokenizer_class": "XLMRobertaTokenizer"
|
| 4 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|