Skip to content

Commit

Permalink
Nit: MCSCOCO -> MS COCO (huggingface#16481)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKane2001 authored Mar 30, 2022
1 parent ffd19ee commit 147c816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/lxmert/modeling_lxmert.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def _init_weights(self, module):
The LXMERT model was proposed in [LXMERT: Learning Cross-Modality Encoder Representations from
Transformers](https://arxiv.org/abs/1908.07490) by Hao Tan and Mohit Bansal. It's a vision and language transformer
model, pretrained on a variety of multi-modal datasets comprising of GQA, VQAv2.0, MCSCOCO captions, and Visual
model, pretrained on a variety of multi-modal datasets comprising of GQA, VQAv2.0, MSCOCO captions, and Visual
genome, using a combination of masked language modeling, region of interest feature regression, cross entropy loss
for question answering attribute prediction, and object tag prediction.
Expand Down

0 comments on commit 147c816

Please sign in to comment.