CircleRadon / Osprey

[CVPR2024] The code for "Osprey: Pixel Understanding with Visual Instruction Tuning"
Apache License 2.0
775 stars 42 forks source link

Which SentenceBERT model did you use? #4

Closed LTnanana closed 11 months ago

LTnanana commented 11 months ago

Great work! I have a question about section 5.2.1 of the paper: which SentenceBERT model did you use to calculate the semantic similarity?

CircleRadon commented 11 months ago

Hi, @LTnanana. The SentenceBERT model we used is all-MiniLM-L6-v2.

LTnanana commented 11 months ago

Thanks!