Mihai Chirculescu

Results 26 comments of Mihai Chirculescu

T5 support would be truly awesome, expanding opportunities for numerous enterprise use cases.

> In my setup, there are a few background jobs, which are constantly updating database objects and sessions, which result in random patches push from server to client[...] Sorry for...

> I reinstall peft in the version mentioned in https://github.com/tloen/alpaca-lora/issues/293, rerun the finetune code, and the assertion error is solved. I still have this problem even after using peft @...

I can confirm the issue with version 0.0.49. @slundberg I replaced in the above script `guidance.llm = guidance.llms.transformers.MPTChat('mosaicml/mpt-7b-instruct')` with `guidance.llm = guidance.llms.OpenAI("text-ada-001")` and I get "The OpenAI API does not...

Related PR in llama-cpp-python: https://github.com/abetlen/llama-cpp-python/pull/252 It would be awesome to use guidance with llama.cpp! I'm excited :)

> I just faced the same bug after installing recent versions of Huggingface and datasets in a new environment. I solved it by uninstalling the recent version of Pillow and...

Fwiw, I also encountered an error with the main branch, but no errors occur with #295. Here is the model: https://huggingface.co/Mihaiii/Kyurem. I am currently running benchmarks, and so far, it...

I just tried SLERP also and the perf is low in its case too: https://huggingface.co/Mihaiii/test25 I'm looking forward to other people's experiments with this. I hope I'm doing something wrong.

@w601sxs Sure, I followed these instructions: https://github.com/embeddings-benchmark/mteb/blob/main/docs/adding_a_model.md Be aware that I used an older versions of the datasets package due to a regressions (more details [here](https://huggingface.co/spaces/mteb/leaderboard/discussions/100#66302e5b65322f73efe7ae3e)). Please let me know...