XxH

Results 3 issues of XxH

Hi, Great work! I was wondering what is the difference between different model files, like `bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt`, `mp_rank_00_model_states.pt`, `pytorch_model.bin` which is obtained after the `zero_to_fp32.py`, and the file obtained after `merge_lora_weights_and_save_hf_model.py`....

Hi, Great work! I was wondering, how do I set the `--val_dataset` to get the results in Table 1? The default eval command set it to `"ReasonSeg|train"`, but I don't...

Hi, great work! I want to Merge LoRA Weight of LISA-7B by using the following code ``` python merge_lora_weights_and_save_hf_model.py \ --version="./LLaVA/LLaVA-Lightning-7B-v1-1"\ --weight="PATH_TO_pytorch_model.bin" \ --save_path="./LISA7B" ``` but the ```--weight``` only receives...