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 c999114 commit 1a20326Copy full SHA for 1a20326
packages/tasks/src/model-libraries.ts
@@ -471,6 +471,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
471
countDownloads: `path:"MeshAnything_350m.pth"`,
472
snippets: snippets.mesh_anything,
473
},
474
+ mitie: {
475
+ prettyLabel: "MITIE",
476
+ repoName: "MITIE",
477
+ repoUrl: "https://github.com/mit-nlp/MITIE",
478
+ countDownloads: `path_filename:"total_word_feature_extractor"`,
479
+ },
480
"ml-agents": {
481
prettyLabel: "ml-agents",
482
repoName: "ml-agents",
0 commit comments