Skip to content

Commit c79fefc

Browse files
authored
Updates to prepare_data function (#29)
* 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
1 parent 7afc3b5 commit c79fefc

File tree

5 files changed

+901
-68
lines changed

5 files changed

+901
-68
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ openai api completions.create -e ada -p "Hello world"
6868

6969
## Requirements
7070

71-
- Python 3.6+
71+
- Python 3.7+
7272

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

0 commit comments

Comments
 (0)