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 a5cb73d commit 41758b1Copy full SHA for 41758b1
1 file changed
js/src/lib/interfaces/Types.ts
@@ -673,13 +673,15 @@ export const PIPELINE_TAGS_DISPLAY_ORDER: Array<PipelineType> = [
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",
+ "biology",
678
"finance",
679
"legal",
680
"music",
681
- "science",
682
- "waifu-diffusion",
+ "art",
+ "code",
683
+ "climate",
684
+ "medical",
685
];
686
687
0 commit comments