Kohei Uehara
Kohei Uehara
I tried to train the model as written in readme. However, when I tried to specify model_type, I got an error: ``` $ python train_iq.py --model-type ia2q usage: train_iq.py [-h]...
I'd like to apply this model to my own VQA-like dataset. However, the dataset is in json format (like the original VQA dataset), so I need to convert it to...
If you have the code you used to calculate repetition-4, could you please share it?
I am trying to convert the weight for `vicuna-7b-v1.5 `in huggingface transformers ( https://huggingface.co/lmsys/vicuna-7b-v1.5 ) to be used with megatron-lm. I am using `tools/checkpoint/convert.py` to do the conversion. The command...