Skip to content

Commit

Permalink
Add MITIE as library (#1105)
Browse files Browse the repository at this point in the history
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 <lucainp@gmail.com>
Co-authored-by: Lucain <lucain@huggingface.co>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent c999114 commit 1a20326
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
countDownloads: `path:"MeshAnything_350m.pth"`,
snippets: snippets.mesh_anything,
},
mitie: {
prettyLabel: "MITIE",
repoName: "MITIE",
repoUrl: "https://github.com/mit-nlp/MITIE",
countDownloads: `path_filename:"total_word_feature_extractor"`,
},
"ml-agents": {
prettyLabel: "ml-agents",
repoName: "ml-agents",
Expand Down

0 comments on commit 1a20326

Please sign in to comment.