We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc385b commit 2a18b5bCopy full SHA for 2a18b5b
src/components/Hero.jsx
@@ -12,10 +12,9 @@ import blurRedImage from '@/images/blur-red-2.png'
12
13
const codeLanguage = 'python'
14
const code =
15
-`from skllm.models.gpt.classification.zero_shot import
16
-ZeroShotGPTClassifier
+`from skllm.classification import ZeroShotGPTClassifier
17
18
-clf = ZeroShotGPTClassifier(model="gpt-4-turbo")
+clf = ZeroShotGPTClassifier(model="gpt-4o")
19
clf.fit(X,y)
20
labels = clf.predict(X)`
21
0 commit comments