Pretrained model on English language using the
data2vec objective. It was introduced in
this paper and first released in
this repository. This model is case-sensitive: it
makes a difference between english and English.
Disclaimer: The team releasing Data2Vec-Text did not write a model card for this model so this model card has been written by
the Hugging Face team.
For more information, please take a look at the
official paper.
The model is intended to be fine-tuned on a downstream task.
See the
model hub to look for fine-tuned versions on a task that
interests you.
Note that this model is primarily aimed at being fine-tuned on tasks that use the whole sentence (potentially masked)
to make decisions, such as sequence classification, token classification or question answering. For tasks such as text
generation you should look at model like GPT2.
Together theses datasets weight 160GB of text.
1@misc{https://doi.org/10.48550/arxiv.2202.03555,
2 doi = {10.48550/ARXIV.2202.03555},
3 url = {https://arxiv.org/abs/2202.03555},
4 author = {Baevski, Alexei and Hsu, Wei-Ning and Xu, Qiantong and Babu, Arun and Gu, Jiatao and Auli, Michael},
5 keywords = {Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
6 title = {data2vec: A General Framework for Self-supervised Learning in Speech, Vision and Language},
7 publisher = {arXiv},
8 year = {2022},
9 copyright = {arXiv.org perpetual, non-exclusive license}
10}