Chandra
Results
1
comments of
Chandra
@OKUA1 let us assume we have done this: ```from skllm import ZeroShotGPTClassifier from skllm.datasets import get_classification_dataset # demo sentiment analysis dataset # labels: positive, negative, neutral X, y = all_list,list(data.completion.values)...