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
Support for SequenceClassification
#7
by Relic-Yuexi - opened
No description provided.
python -m "xlm-roberta-flash-implementation".convert_roberta_weights_to_flash --model_name jinaai/multilingual-e5-dev --task sequence_classification
Relic-Yuexi changed pull request status to open
LGTM, feel free to merge it
michael-guenther changed pull request status to merged