andreapiso
andreapiso
Hi! Thanks a lot for doing this! How would i go about training the model on my own dataset?
Is it possible to interrupt the training and resume it from a specific checkpoint? My train dir and checkpoint dir are the same, but when I restarted the training it...
As title says. Ubuntu bionic that the dockerfile is using, does not come with libsecrets. Should probably add `sudo apt-get install -y libsecret-1-dev` to the Dockerfile.
As per title. Right now the plugin is only published on the proprietary VS Code marketplace. Would it be possible to publish it on OpenVSX too? Then VSCode derived editors...
### Description Currently, calling functions like `to_modin` or `to_dask` induces a copy of the Ray Dataset, while only `to_arrow` is zero-copy. The latest version of Arrow, v11.0 released a few...
First of all, thanks for releasing the model. It is way better than anything else that was available up to this point. I see the prompt used to get Wizardcoder...
OpenAI APIs are quite unstable recently and time out often. Training a prompt requires quite a number of calls which means 99% you will experience a timeout. The current max_time...
Hi, I am creating a custom retriever, inheriting from `dspy.Retrieve` and overloading the `__init__` and `forward` method. Right now I am receiving an error on "long_text" not being present in...
I was watching the llamaindex Webinar and Omar mentioned the very interesting ideas to self-generate questions/answer pairs from data, to avoid manually collecting examples. An auto pipeline for RAG would...
Recently, a lot of benchmarks point to the fact that if you want to serve your models behind an API, continuous batching grants higher throughput and lower latency compared to...