Transformers
PyTorch
English
bridgetower
Inference Endpoints
LooperXX commited on
Commit
fd48113
1 Parent(s): ee0d70f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -78,19 +78,15 @@ The optimizer used was AdamW with a learning rate of 1e-5. No data augmentation
78
 
79
  ## Evaluation results
80
 
81
- Please refer to [Table 5](https://arxiv.org/pdf/2206.08657.pdf) for BridgeTower's performance on Image Retrieval and other down stream tasks.
82
 
83
 
84
  ### BibTeX entry and citation info
85
  ```bibtex
86
  @article{xu2022bridge,
87
- title={BridgeTower: Building Bridges Between Encoders in Vision-Language Representation Learning},
88
- author={Xu, Xiao and
89
- Wu, Chenfei and
90
- Rosenman, Shachar and
91
- Lal, Vasudev and
92
- Duan, Nan},
93
- journal={arXiv preprint arXiv:2206.08657},
94
- year={2022}
95
  }
96
  ```
78
 
79
  ## Evaluation results
80
 
81
+ Please refer to [Table 5](https://arxiv.org/pdf/2206.08657.pdf) for BridgeTower's performance on Image Retrieval and other downstream tasks.
82
 
83
 
84
  ### BibTeX entry and citation info
85
  ```bibtex
86
  @article{xu2022bridge,
87
+ title={BridgeTower: Building Bridges Between Encoders in Vision-Language Representation Learning},
88
+ author={Xu, Xiao and Wu, Chenfei and Rosenman, Shachar and Lal, Vasudev and Che, Wanxiang and Duan, Nan},
89
+ journal={arXiv preprint arXiv:2206.08657},
90
+ year={2022}
 
 
 
 
91
  }
92
  ```