liyouli
Results
2
issues of
liyouli
In your paper, the equation (3) and (8) for loss function read, `𝑝 ∈ {𝑝+ } ∩ N, or 𝑝 ∈ {𝑝+ } ∩ N^mix` I don't know why you...
I finetuned 'BAAI/bge-m3' with the script ``` nohup torchrun --nproc_per_node 8 \ --master_port 29505 \ -m FlagEmbedding.finetune.embedder.encoder_only.m3 \ --model_name_or_path ../BAAI/bge-m3 \ --cache_dir ../cache/model \ --train_data ../general_train_data/mini-nq-like-general-train \ --cache_path ../cache/data \...