openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
logankilpatrick-patch-1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/finetuning/finetuning-classification.ipynb

38lines · modeblame

c79fefcaBoris Power4 years ago1{
2"cells": [
3{
4"cell_type": "markdown",
7884a7b9Ted Sanders3 years ago5"metadata": {},
c79fefcaBoris Power4 years ago6"source": [
7884a7b9Ted Sanders3 years ago7"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 ago9}
10],
11"metadata": {
7884a7b9Ted Sanders3 years ago12"kernelspec": {
13"display_name": "Python 3.9.9 ('openai')",
14"language": "python",
15"name": "python3"
16},
c79fefcaBoris Power4 years ago17"language_info": {
18"codemirror_mode": {
19"name": "ipython",
20"version": 3
21},
7884a7b9Ted Sanders3 years ago22"file_extension": ".py",
23"mimetype": "text/x-python",
24"name": "python",
c79fefcaBoris Power4 years ago25"nbconvert_exporter": "python",
7884a7b9Ted Sanders3 years ago26"pygments_lexer": "ipython3",
27"version": "3.9.9"
c79fefcaBoris Power4 years ago28},
7884a7b9Ted Sanders3 years ago29"orig_nbformat": 4,
30"vscode": {
31"interpreter": {
32"hash": "365536dcbde60510dc9073d6b991cd35db2d9bac356a11f5b64279a5e6708b97"
33}
c79fefcaBoris Power4 years ago34}
35},
36"nbformat": 4,
37"nbformat_minor": 2
26fbacb7Michael Wu4 years ago38}