Skip to content

Commit 3fd158b

Browse files
authored
First version of "Tags that are suggested inside the metadata GUI" (#597)
1 parent 2e4d048 commit 3fd158b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

js/src/lib/interfaces/Types.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,25 @@ export const PIPELINE_TAGS_DISPLAY_ORDER: Array<PipelineType> = [
664664
"depth-estimation",
665665
];
666666

667+
/**
668+
* Tags that are suggested inside the metadata GUI
669+
* (above model card or dataset card editor)
670+
*
671+
* Usually tags for domains or industries.
672+
*
673+
* Let's keep their number not too high to not spread out models/datasets too much.
674+
*/
675+
export const OTHER_TAGS_SUGGESTIONS = [
676+
"biomedical",
677+
"chemistry",
678+
"finance",
679+
"legal",
680+
"music",
681+
"science",
682+
"waifu-diffusion",
683+
];
684+
685+
667686
export type WidgetInputSample = Record<string | "example_title" | "group", string>;
668687

669688
/**

0 commit comments

Comments
 (0)