Open WindMarx opened 1 year ago
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
In fact, I have followed the official instructions and applied the delta weights to Llama, but the accuracy on Slake is only 40%. I'm considering starting the training from scratch instead of using the delta weights provided.
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
In fact, I have followed the official instructions and applied the delta weights to Llama, but the accuracy on Slake is only 40%. I'm considering starting the training from scratch instead of using the delta weights provided.
Hi @WindMarx I am Dr. Atul Tiwari, a medical doctor and a pathologist. I have been trying to make it work for a very long time, but I am getting errors one after another. Can you please share the commands that you used to make it work, may be in Google Colab notebook. That would be a great help. Thank you. Regards, Dr. Atul
@WindMarx hey, can you tell which exact LLama weight is used to merge? I find many weights in llama zoos, thus I am wondering which one to use great thanks!
@WindMarx
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
In fact, I have followed the official instructions and applied the delta weights to Llama, but the accuracy on Slake is only 40%. I'm considering starting the training from scratch instead of using the delta weights provided.
Hello, can you tell me how to evaluate on slake? I'm having trouble getting the slack dataset because it's not available on huggingface. Also terminal output when running run_eval.py script on vqa-rad FileNotFoundError: [Errno 2] No such file or directory: 'candidate.json'.
I only used the script in the official documentation and provided code, so I'm sorry I can't share my command, you can follow the instructions in README.md
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
In fact, I have followed the official instructions and applied the delta weights to Llama, but the accuracy on Slake is only 40%. I'm considering starting the training from scratch instead of using the delta weights provided.
Hi @WindMarx I am Dr. Atul Tiwari, a medical doctor and a pathologist. I have been trying to make it work for a very long time, but I am getting errors one after another. Can you please share the commands that you used to make it work, may be in Google Colab notebook. That would be a great help. Thank you. Regards, Dr. Atul
I only used the script in the official documentation and provided code, so I'm sorry I can't share my command, you can follow the instructions in README.md
@WindMarx hey, can you tell which exact LLama weight is used to merge? I find many weights in llama zoos, thus I am wondering which one to use great thanks!
I USED llama-7b
I only used the script in the official documentation and provided code, so I'm sorry I can't share my command, you can follow the instructions in README.md
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
In fact, I have followed the official instructions and applied the delta weights to Llama, but the accuracy on Slake is only 40%. I'm considering starting the training from scratch instead of using the delta weights provided.
Hi @WindMarx I am Dr. Atul Tiwari, a medical doctor and a pathologist. I have been trying to make it work for a very long time, but I am getting errors one after another. Can you please share the commands that you used to make it work, may be in Google Colab notebook. That would be a great help. Thank you. Regards, Dr. Atul
I only used the script in the official documentation and provided code, so I'm sorry I can't share my command, you can follow the instructions in README.md
@WindMarx Thank you for your reply. Do you use candidate.json when evaluating on the Slake dataset? If so, how to get it?
I only used the script in the official documentation and provided code, so I'm sorry I can't share my command, you can follow the instructions in README.md
From what I understand, you do not need to download the PMC Articles in order to use the model. You need to obtain the LLaMa weights, along with the llava_med_in_text_60k_delta weights, then combine them into the Llava_med_in_text_60k weights. From there you can serve the model (though I personally haven't been able to due to some pesky error)
In fact, I have followed the official instructions and applied the delta weights to Llama, but the accuracy on Slake is only 40%. I'm considering starting the training from scratch instead of using the delta weights provided.
Hi @WindMarx I am Dr. Atul Tiwari, a medical doctor and a pathologist. I have been trying to make it work for a very long time, but I am getting errors one after another. Can you please share the commands that you used to make it work, may be in Google Colab notebook. That would be a great help. Thank you. Regards, Dr. Atul
I only used the script in the official documentation and provided code, so I'm sorry I can't share my command, you can follow the instructions in README.md
@WindMarx Thank you for your reply. Do you use candidate.json when evaluating on the Slake dataset? If so, how to get it?
Actually, I do not use the candidate.json, I think it may have something to do with the candidates mentioned in the paper. But, everyone do not know the candidate.json but the author
@WindMarx Hello, if you don't use candidate.json, how do you evaluate it? Can you share the code? In addition, the weight of LLama 7b is no longer available for download. Is it possible to share it? Or can you share the weight after adding delta? Thank you very much.
@zhongzee Hi, I find that the authors do not report the metric that uses the candidate.json
file, so you can just easily comment out the lines related to this candidate
.
@zhongzee Hi, I find that the authors do not report the metric that uses the
candidate.json
file, so you can just easily comment out the lines related to thiscandidate
.
Hello, I removed the candidate and conducted an evaluation, but the results were not satisfactory. Could you please share your evaluation code?
@zhongzee Hi, I find that the authors do not report the metric that uses the
candidate.json
file, so you can just easily comment out the lines related to thiscandidate
.
In the original paper, on page eight of the 'Evaluation Metrics' section, it seems to mention the use of candidates: 'In the literature, the unique answers in the training set are considered as the answer candidates, from which the models can select to predict answers for testing questions.'
Thank you very much for making your code publicly available!But I have a question: llava_med_in_text_60k_ckpt2_delta.zip is the checkpoint of?
Also, the PMC-Atricles is too large to download, Can you provide a zip file for your images?