Skip to content

Commit

Permalink
Add MITIE as library
Browse files Browse the repository at this point in the history
  • Loading branch information
tymzar committed Jan 15, 2025
1 parent 529248a commit 0f1d251
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_extension:dat) AND (path_filename:mitie_model* OR path_filename:total_word_feature_extractor)",
},
"ml-agents": {
prettyLabel: "ml-agents",
repoName: "ml-agents",
Expand Down

0 comments on commit 0f1d251

Please sign in to comment.