tag:github.com,2008:https://github.com/columob/openai-python/releases Tags from openai-python 2021-09-09T17:46:36Z tag:github.com,2008:Repository/411083294/v0.10.4 2021-09-09T17:46:36Z v0.10.4: Search v2 functionality (#33) <p>Search v2 functionality (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/33">openai#33</a>)</p> <p>* Add support for search_indices (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/64">openai#64</a>)</p> <p>* Add support for search_indices</p> <p>* Updated with Schnurr's comments</p> <p>* Add version to search (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/65">openai#65</a>)</p> <p>* Make search query required (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/67">openai#67</a>)</p> hallacy tag:github.com,2008:Repository/411083294/v0.10.3 2021-08-31T15:56:03Z v0.10.3: Boris/examples and cli (#32) <p>Boris/examples and cli (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/32">openai#32</a>)</p> <p>* Add a codex backtranslation example to improve SQL queries (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/58">openai#58</a>)</p> <p>* Add a codex backtranslation example to improve SQL queries</p> <p>* Boris update ft example (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/57">openai#57</a>)</p> <p>* update fine-tune example to show the new CLI outputs</p> <p>* model specifiction for search (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/60">openai#60</a>)</p> <p>* Catch chunked encoding errors and retry (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/63">openai#63</a>)</p> <p>* Add batch suggestion logic to prepare_data for fine_tunes and custom Q&amp;A answers logic (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/62">openai#62</a>)</p> <p>* Add batch suggestion logic to prepare_data for fine_tunes; add an example of how to create a rudimentary answers endpoint with a custom Q&amp;A model</p> <p>Co-authored-by: Madeleine Thompson &lt;[email protected]&gt; <br />Co-authored-by: hallacy &lt;[email protected]&gt;</p> BorisPower tag:github.com,2008:Repository/411083294/v0.10.2 2021-07-29T19:10:48Z v0.10.2: Updates to prepare_data function (#29) <p>Updates to prepare_data function (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/29">openai#29</a>)</p> <p>* update documentation links to point to the website</p> <p>* Fix encoding</p> <p>* Add rough time estimator based on historical stats</p> <p>* Fix train_test split naming logic; add quiet mode for running inside scripts</p> <p>* Add a finetuning step by step example for a classification use case.</p> <p>* add classification params if train and valid set; add length_validator</p> BorisPower tag:github.com,2008:Repository/411083294/v0.10.1 2021-07-14T21:19:59Z v0.10.1 christinakim tag:github.com,2008:Repository/411083294/v0.10.0 2021-07-14T20:05:12Z v0.10.0: renaming snapshot to model (#27) <p>renaming snapshot to model (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/27">openai#27</a>)</p> <p>* rename snapshot to model in sdk (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/48">openai#48</a>)</p> <p>* updating version</p> christinakim tag:github.com,2008:Repository/411083294/v0.9.4 2021-07-12T20:46:39Z v0.9.4: minor fixes to tools prepare_data validators (#47) (#26) <p>minor fixes to tools prepare_data validators (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/47">openai#47</a>) (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/26">openai#26</a>)</p> <p>* ensure that only a single whitespace is prepended. Ensure the message regarding the prompt separator is displayed only if a prompt separator exists.</p> <p>* change pandas contains to not use regex, which can trip if the common_suffix is actually a regex</p> <p>Co-authored-by: Boris Power &lt;[email protected]&gt;</p> rachellim tag:github.com,2008:Repository/411083294/v0.9.3 2021-06-30T19:40:45Z v0.9.3: Cli fixes and improvements (#25) <p>Cli fixes and improvements (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/25">openai#25</a>)</p> <p>* Revamp cli args (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/45">openai#45</a>)</p> <p>* Rachel/follow (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/46">openai#46</a>)</p> <p>* Add fine_tunes.follow. Add better error handling for disconnected streams</p> <p>* return early</p> <p>* fix an oops</p> <p>* lint</p> <p>* Nicer strings</p> <p>* ensure end token is not applied to classification (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/44">openai#44</a>)</p> <p>* ensure end token is not applied to classification</p> <p>* black</p> <p>Co-authored-by: Boris Power &lt;[email protected]&gt;</p> rachellim tag:github.com,2008:Repository/411083294/v0.9.2 2021-06-30T04:27:09Z v0.9.2 rachellim tag:github.com,2008:Repository/411083294/v0.9.1 2021-06-30T04:08:50Z v0.9.1: bugfix <p>bugfix</p> <p>* ensure that pandas empty values are read as empty string, rather than a float</p> <p>Co-authored-by: Boris Power &lt;[email protected]&gt;</p> rachellim tag:github.com,2008:Repository/411083294/v0.9.0 2021-06-29T21:55:00Z v0.9.0: Lots of CLI changes (#22) <p>Lots of CLI changes (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/22">openai#22</a>)</p> <p>* Add CLI option to download files (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/34">openai#34</a>)</p> <p>* Option to check if file has been uploaded in the past before uploading (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/33">openai#33</a>)</p> <p>The check is done based on filename, file purpose and file size</p> <p>* Add fine-tuning hparams directly into the fine-tunes CLI (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/35">openai#35</a>)</p> <p>* update fine_tunes cli use_packing argument (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/issues/38">openai#38</a>)</p> <p>* A file verification and remediation tool.</p> <p>It applies the following validations: <br />- prints the number of examples, and warns if it's lower than 100 <br />- ensures prompt and completion columns are present <br />- optionally removes any additional columns <br />- ensures all completions are non-empty <br />- infers which type of fine-tuning the data is most likely in (classification, conditional generation and open-ended generation) <br />- optionally removes duplicate rows <br />- infers the existence of a common suffix, and if there is none, suggests one for classification and conditional generation <br />- optionally prepends a space to each completion, to make tokenization better <br />- optionally splits into training and validation set for the classification use case <br />- optionally ensures there's an ending string for all completions <br />- optionally lowercases completions or prompts if more than a 1/3 of alphanumeric characters are upper case</p> <p>It interactively asks the user to accept or reject recommendations. If the user is happy, then it saves the modified output file as a jsonl, which is ready for being used in fine-tuning with the printed command.</p> <p>* Completion: remove from kwargs before passing to EngineAPI (<a class="issue-link js-issue-link" href="https://github.com/openai/openai-python/pull/37">openai#37</a>)</p> <p>* Version bump before pushing to external</p> <p>Co-authored-by: Todor Markov &lt;[email protected]&gt; <br />Co-authored-by: Boris Power &lt;[email protected]&gt; <br />Co-authored-by: Dave Cummings &lt;[email protected]&gt;</p> rachellim