CoolFace
Modelpublic

Qsevent77/xlm-roberta-flash-implementation

sourceHugging Facecc-by-nc-4.0updated 10mo agoView on Hugging Face
0likes
Model Card

Core implementation of Jina XLM-RoBERTa

This implementation is adapted from XLM-Roberta. In contrast to the original implementation, this model uses Rotary positional encodings and supports flash-attention 2.

Models that use this implementation

Converting weights

Weights from an original XLMRoberta model can be converted using the convert_roberta_weights_to_flash.py script in the model repository.