You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openai-cookbook/examples/fine-tuned_qa
Swastik Banerjee 3dde564948
fix iteration error (#208)
* fix iteration error

array iteration error: sentences up till max_len of token exceeds should be returned

* split list once instead of twice

split list once instead of twice and take parsed string up till max token length is exceeded
1 year ago
..
answers_with_ft.py adds warning to QA example code 2 years ago
olympics-1-collect-data.ipynb fix iteration error (#208) 1 year ago
olympics-2-create-qa.ipynb docs: fix example code in fine-tuned_qa section 2.3 2 years ago
olympics-3-train-qa.ipynb docs: fix minor spelling issue 1 year ago