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 d3518e9 commit b6b7fc4Copy full SHA for b6b7fc4
packages/tasks/src/tasks/text-generation/data.ts
@@ -61,9 +61,7 @@ const taskData: TaskDataCustom = {
61
},
62
],
63
models: [
64
- { description: "A text-generation model trained to follow instructions.",
65
- id: "google/gemma-2-2b-it",
66
- },
+ { description: "A text-generation model trained to follow instructions.", id: "google/gemma-2-2b-it" },
67
{
68
description: "Smaller variant of one of the most powerful models.",
69
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
0 commit comments