Skip to content

Commit 1a20326

Browse files
tymzarWauplin
andauthored
Add MITIE as library (#1105)
This PR ensures download stats work for the [MITIE](https://github.com/mit-nlp/MITIE) models. I would much appreciate it if you would consider the following change! --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Lucain <[email protected]>
1 parent c999114 commit 1a20326

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
471471
countDownloads: `path:"MeshAnything_350m.pth"`,
472472
snippets: snippets.mesh_anything,
473473
},
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+
},
474480
"ml-agents": {
475481
prettyLabel: "ml-agents",
476482
repoName: "ml-agents",

0 commit comments

Comments
 (0)