Skip to content

Commit 9363b56

Browse files
authored
Add language-identification type (#703)
1 parent 6b9d1d4 commit 9363b56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/src/lib/interfaces/Types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ export const PIPELINE_DATA = ensureRecordOfPipelines({
102102
type: "intent-classification",
103103
name: "Intent Classification",
104104
},
105+
{
106+
type: "language-identification",
107+
name: "Language Identification",
108+
},
105109
{
106110
type: "multi-class-classification",
107111
name: "Multi Class Classification",

0 commit comments

Comments
 (0)