(no title)
geekodour | 1 year ago
Could you shed some lights on what parts of bge-m3 would modernbert overlap with or would this is comparing apples to oranges?
geekodour | 1 year ago
Could you shed some lights on what parts of bge-m3 would modernbert overlap with or would this is comparing apples to oranges?
bclavie|1 year ago
BGE-M3 is a fine-tuned embedding models. This means that they’ve taken a base language model, which was trained for just language modeling, then applied further fine-tuning to make it useful for a given application, in this case, retrieval.
ModernBERT is one step back earlier in the pipeline: it’s the language model that application-specific models such as M3 build on.