Casey Martin
Casey Martin
I was looking into adding some datasets from the [BigBio](https://huggingface.co/bigbio) repository, and I had some questions before proceeding. 1. Galactica was trained on a subset of the BigBio corpus. I'm...
Added dataset of 100k c++ function and their summaries. Resolves #2796.
Brendan Dolan-Gavitt shared a dataset of 100K c++ functions with annotations and tags generated by GPT-3.5 turbo. https://twitter.com/moyix/status/1644355889602654210 For example: ``` int gg_set_focus_pos(gg_widget_t *widget, int x, int y) { return...
I am encountering a `dial tcp lookup` error when executing any `ollama pull` or `ollama run` commands through docker on Ubuntu 22.04. I searched through the issues and found some...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior Following the Quickstart instructions, I...