openai/openai-python
Publicmirrored from https://github.com/openai/openai-pythonAvailable
examples/finetuning/finetuning-classification.ipynb
38lines · modeblame
c79fefcaBoris Power4 years ago | 1 | { |
| 2 | "cells": [ | |
| 3 | { | |
| 4 | "cell_type": "markdown", | |
7884a7b9Ted Sanders3 years ago | 5 | "metadata": {}, |
c79fefcaBoris Power4 years ago | 6 | "source": [ |
7884a7b9Ted Sanders3 years ago | 7 | "This code example has moved. You can now find it in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook) at [examples/Fine-tuned_classification.ipynb](https://github.com/openai/openai-cookbook/blob/main/examples/Fine-tuned_classification.ipynb)." |
| 8 | ] | |
c79fefcaBoris Power4 years ago | 9 | } |
| 10 | ], | |
| 11 | "metadata": { | |
7884a7b9Ted Sanders3 years ago | 12 | "kernelspec": { |
| 13 | "display_name": "Python 3.9.9 ('openai')", | |
| 14 | "language": "python", | |
| 15 | "name": "python3" | |
| 16 | }, | |
c79fefcaBoris Power4 years ago | 17 | "language_info": { |
| 18 | "codemirror_mode": { | |
| 19 | "name": "ipython", | |
| 20 | "version": 3 | |
| 21 | }, | |
7884a7b9Ted Sanders3 years ago | 22 | "file_extension": ".py", |
| 23 | "mimetype": "text/x-python", | |
| 24 | "name": "python", | |
c79fefcaBoris Power4 years ago | 25 | "nbconvert_exporter": "python", |
7884a7b9Ted Sanders3 years ago | 26 | "pygments_lexer": "ipython3", |
| 27 | "version": "3.9.9" | |
c79fefcaBoris Power4 years ago | 28 | }, |
7884a7b9Ted Sanders3 years ago | 29 | "orig_nbformat": 4, |
| 30 | "vscode": { | |
| 31 | "interpreter": { | |
| 32 | "hash": "365536dcbde60510dc9073d6b991cd35db2d9bac356a11f5b64279a5e6708b97" | |
| 33 | } | |
c79fefcaBoris Power4 years ago | 34 | } |
| 35 | }, | |
| 36 | "nbformat": 4, | |
| 37 | "nbformat_minor": 2 | |
26fbacb7Michael Wu4 years ago | 38 | } |