Med-PaLM icon indicating copy to clipboard operation
Med-PaLM copied to clipboard

Towards Generalist Biomedical AI

Results 7 Med-PaLM issues
Sort by recently updated
recently updated
newest added

## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so you can upvote and help fund this issue. - We receive the funding once the issue is completed & confirmed by...

Fund

I’m very interested in your project, and I’ve successfully downloaded it. But can you tell me how to use it specifically? The examples you gave earlier are a bit limited....

Using the given example, how to transform the values to text again? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so you can upvote and help fund this issue. -...

I followed up the example, but this gives random numbers. And also, I expected image file and text as input. But the example doesn't show them. I want Q&A style...

How do I use this model to generate a report for MIMIC-CXR? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so you can upvote and help fund this issue. -...

Hi, thank you for this great contribution. Unfortunately, I find your repository a bit unaccessible. Especially important for me: How can medpalm answer purely text questions, without photos? Also, can...

··· import torch from medpalm.model import MedPalm #usage img = torch.randn(1, 3, 256, 256) text = torch.randint(0, 20000, (1, 4096)) model = MedPalm() output = model(text, img) ··· the order...