@@ -30,6 +30,7 @@ import tokenClassification from "./token-classification/data.js";
3030import  translation  from  "./translation/data.js" ; 
3131import  textClassification  from  "./text-classification/data.js" ; 
3232import  textGeneration  from  "./text-generation/data.js" ; 
33+ import  textRanking  from  "./text-ranking/data.js" ; 
3334import  textToVideo  from  "./text-to-video/data.js" ; 
3435import  unconditionalImageGeneration  from  "./unconditional-image-generation/data.js" ; 
3536import  videoClassification  from  "./video-classification/data.js" ; 
@@ -233,7 +234,7 @@ export const TASKS_DATA: Record<PipelineType, TaskData | undefined> = {
233234	"tabular-to-text" : undefined , 
234235	"text-classification" : getData ( "text-classification" ,  textClassification ) , 
235236	"text-generation" : getData ( "text-generation" ,  textGeneration ) , 
236- 	"text-ranking" : getData ( "text-ranking" ,  placeholder ) , 
237+ 	"text-ranking" : getData ( "text-ranking" ,  textRanking ) , 
237238	"text-retrieval" : undefined , 
238239	"text-to-image" : getData ( "text-to-image" ,  textToImage ) , 
239240	"text-to-speech" : getData ( "text-to-speech" ,  textToSpeech ) , 
0 commit comments