Anar

Results 2 issues of Anar

Hi @tomaarsen I want train bge base en 1.5 on multiple datasets from mteb. But when I train it on one dataset and saving, then using this saved model and...

import pystache text = 'hey {{email|fallback:"[email protected]"}} ' # in a case test@gmail it works correctly render_data = {'email|fallback:"[email protected]"':'[email protected]'} json_data = pystache.render(text,render_data)