Federico Bianchi
Federico Bianchi
Hi! Model weights are online on the huggingface hub! For the dataset, we unfortunately do not manage that directly
Hello! thanks so much for the suggestion, I'll take a look at the lib!
Hello @Sandy4321, I was able to download the data too, can you try from a different device? I was able to do a quick test by downloading the data using...
Hello @myrainbowandsky, thanks! tweet ids should be passed as strings that can be cast to integers. i.e., this does not work `data = pd.DataFrame({"tweet_ids": ["'1457724621059342337'"]})` but this does work `data...
(we are discussing over email) The issue seems due to the pip-based installation non compiling, with cython, some scripts. We are solving this by updating our modified gensim package.
@shenao-zhang were you able to solve this issue? thanks!!
Hi! It can take from 2 to 10 hours, depending on batch size/GPUs!
Hello! `!pip install transformers==4.11.3` should solve the issue for now. we probably need to update the requirements
Hello Albert! yes async was planned and we started building an initial implementation in our backend a month ago. The problem we faced was that we didn't know what was...
yea in theory you should be able to use multimodal models with litellm!