AshHero

Results 6 issues of AshHero

paper的title:mCLIP: Multilingual CLIP via Cross-lingual Transfer 原链接:https://github.com/huawei-noah/noah-research/NLP/mclip

I run this line: P, R, F1 = bert_score.score(cands, refs, lang='en', verbose=True, model_type='roberta-large', num_layers=17) and I got nan of P score, but not for R and F1 score. what does...

Hi,I met a problem that said ranks have different model. Followings are details. ------------------- ./train_lora.sh WARNING:torch.distributed.run: ***************************************** Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to...

原链接:https://github. com/AlibabaResearch/DAMO-ConvAI/tree/main/solar 谢谢!

solar

I am trying to improve the performance of BLIP2 and InstructBLIP models by giving some pre-defined examples (user-assistant chat history), how can I do this?