Buraka

Results 5 issues of Buraka

Hi @markoarnauto , I have tried implementing variant of btm namely fastbtm, but it is not performing well, i can share the paper by which i have done the same....

After installing all the module in requirements, I get the following error when loading the model _pickle.UnpicklingError: A load persistent id instruction was encountered but no persistent_load function was specified....

I am having trouble setting up the environment and i think many are facing similar problems like #2 .If we can have a requirements.txt or environment.yml file,please add in the...

After deploying in my local machine i got this error when searching, is this expected. I am using python3

Tried installing unsloth in databricks ``` %%capture !pip install unsloth "xformers==0.0.28.post2" # Also get the latest nightly Unsloth! !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"...