Spaces:
Paused
Paused
machineuser
commited on
Commit
·
70192be
1
Parent(s):
6c7ce80
Sync widgets demo
Browse files
packages/tasks/src/feature-extraction/data.ts
CHANGED
|
@@ -29,12 +29,7 @@ const taskData: TaskDataCustom = {
|
|
| 29 |
},
|
| 30 |
],
|
| 31 |
},
|
| 32 |
-
metrics: [
|
| 33 |
-
{
|
| 34 |
-
description: "",
|
| 35 |
-
id: "",
|
| 36 |
-
},
|
| 37 |
-
],
|
| 38 |
models: [
|
| 39 |
{
|
| 40 |
description: "A powerful feature extraction model for natural language processing tasks.",
|
|
|
|
| 29 |
},
|
| 30 |
],
|
| 31 |
},
|
| 32 |
+
metrics: [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
models: [
|
| 34 |
{
|
| 35 |
description: "A powerful feature extraction model for natural language processing tasks.",
|