liuweie

Results 6 comments of liuweie

Is the 'find_best_tree' function removed? I can't find this function

> > Is the 'find_best_tree' function removed? I can't find this function > > https://gist.github.com/msegar/c15af2bfc067e5319eecfd67d785fde5 Thanks!

> Yes, that is correct, some portions of loading the model will also need to be changed https://github.com/McGill-NLP/llm2vec/blob/main/llm2vec/llm2vec.py#L59 > > Finally, if you want to define a custom template, it...

> It'd be hard to diagnose this based on qualitative descriptions. Maybe you can share some of you setups, observed&reference throughput/latency, etc. thanks, I am using huggingface Trainer to train...

@luyug I think I have figure this prolem out, thanks. but during my experiment , I found that the loss is very difficult to converge, here is my log: ```...

> I am trying to train a Image-Text Contrastive learning model and I am using a Functional Approach. The number of grad steps are 32 and the batch size per...