Skip to content

Commit

Permalink
fixed data.ts (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan committed Nov 16, 2022
1 parent d73758e commit 40c7f27
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions tasks/src/zero-shot-classification/data.ts
@@ -1,19 +1,14 @@
import type { TaskDataCustom } from "../Types";

const taskData: TaskDataCustom = {
datasets: [
],
datasets: [],
demo: {
inputs: [
],
outputs: [
],
inputs: [],
outputs: [],
},
metrics: [
],
metrics: [],

models: [
],
models: [],
summary: "Zero-shot text classification is a task in natural language processing (NLP) where a model is trained on a set of labeled examples but is then able to classify new examples from previously unseen classes by transferring knowledge from seen to unseen classes.",
widgetModels: [],
};
Expand Down

0 comments on commit 40c7f27

Please sign in to comment.