VaLM icon indicating copy to clipboard operation
VaLM copied to clipboard

VaLM: Visually-augmented Language Modeling. ICLR 2023.

Results 4 VaLM issues
Sort by recently updated
recently updated
newest added

Hello! I'm trying to replicate your model, and while evaluating the model, I noticed that the prompts don't match those in the paper. Are these the final scripts? Thank you

Hello, I am trying to preprocess text in your way: https://github.com/Victorwz/VaLM/blob/161accd153943a502ec7e3983c448dda07f9d975/myscripts/preprocess_valm_text.sh#L4C1-L5C1 However, there is no file called 'clip.vocab' in "./data". Could you tell me how to get it?

Hi, There are two training resource details I would like to ask you: (1) How much disk space is required to store the features of 200M images? (2) How many...

Hey! I just finished reading your paper -- amazing work and the results look awesome! I had one query regarding your model capabilities -- As I understand, at inference time,...