dspy
dspy copied to clipboard
DSPy: The framework for programming—not prompting—language models
-support for finetuning OpenAI models with latest API -modified BootstrapFinetune to support OpenAI fine-tuning -modified BootstrapFinetune to support HFModel fine-tuning with HFClientTGI checkpoint integrations as well -added model initialization validation...
-adapters for general LMs (DavinciAdapter), chat LMs (TurboAdapter) and Llama models (LlamaAdapter)
-logging of total_tokens usage from OpenAI requests -thread-safe with Python logging library
Hi everybody , I already read all the issues, and many of them seem to struggle framing the solution with this new approach. I am here to join the crew...
Previously, using `HFClientTGI` with `BootstrapFewShot` didn't work for `max_rounds` > 1. The culprit was: ``` File "/lib/python3.10/site-packages/dsp/modules/lm.py", line 84, in copy model = kwargs.pop('model') KeyError: 'model' ``` This PR makes...
Would it be possible to give an ETA for when the Introduction tutorials will become available? That would be a great way to increase the traction of this great project....
I noticed that the results are not reproducible. I am using Llama with BootstrapFewShot, and every time I compile the same program, I get totally different results (not even close)....
Hello, I am working on a task that can be evaluated with some score function such as F1-score. I noticed that the validation metrics currently are only boolean (for example,...
Pinecone is a great retrieval option, but it does not meet some major needs for researchers. [Lance](https://github.com/lancedb/lance) has the advantage of being able to be used as a flat file...
I think this could be beneficial for the project, let me know what you think. I noticed that #125 is trying to include black and isort, but it seems inactive....