JadeCity
JadeCity
Does anyone solve this issue?
> Hi, > > Please try > > tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True, use_fast=False) Hi, in the script for the medical-4B model, this line in the script is the same with...
> Hi, please refer to our paper and ChexBert repo to generate the pseudo labels and text prototypes. The scripts to generate the image prototype and merge the image and...
Do you find solution?
> Thanks for your kind attention. The construction of SPB is > > [PRIOR/codes/prior/models/prior.py](https://github.com/QtacierP/PRIOR/blob/086bf2e0d379d7dacc47a6ad738ffabc1ad6e25f/codes/prior/models/prior.py#L58) > > Line 58 in [086bf2e](/QtacierP/PRIOR/commit/086bf2e0d379d7dacc47a6ad738ffabc1ad6e25f) > > self.sentence_bank = SPB(embed_dim, spb_k) > and we use...