Skip to content

Commit

Permalink
Updates to prepare_data function (#29)
Browse files Browse the repository at this point in the history
* update documentation links to point to the website

* Fix encoding

* Add rough time estimator based on historical stats

* Fix train_test split naming logic; add quiet mode for running inside scripts

* Add a finetuning step by step example for a classification use case.

* add classification params if train and valid set; add length_validator
  • Loading branch information
BorisPower committed Jul 29, 2021
1 parent 7afc3b5 commit c79fefc
Show file tree
Hide file tree
Showing 5 changed files with 901 additions and 68 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ openai api completions.create -e ada -p "Hello world"

## Requirements

- Python 3.6+
- Python 3.7+

In general we want to support the versions of Python that our
customers are using, so if you run into issues with any version
Expand Down

0 comments on commit c79fefc

Please sign in to comment.