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 2e4d048 commit 3fd158bCopy full SHA for 3fd158b
js/src/lib/interfaces/Types.ts
@@ -664,6 +664,25 @@ export const PIPELINE_TAGS_DISPLAY_ORDER: Array<PipelineType> = [
664
"depth-estimation",
665
];
666
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
686
export type WidgetInputSample = Record<string | "example_title" | "group", string>;
687
688
/**
0 commit comments