Skip to content

Commit d77f15e

Browse files
zouharviWauplin
andauthored
add COMET to model-libraries.ts (#1219)
COMET is a very popular machine translation quality estimation framework. However, downloads can't be tracked as of now. - COMET repo: https://github.com/Unbabel/COMET/ - Example COMET-like models: - https://huggingface.co/Unbabel/wmt22-cometkiwi-da - https://huggingface.co/zouharvi/COMET-instant-confidence - https://huggingface.co/zouharvi/PreCOMET-var --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Lucain <[email protected]>
1 parent 51ef023 commit d77f15e

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
@@ -173,6 +173,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
173173
filter: false,
174174
countDownloads: `path:"adapter_config.json"`,
175175
},
176+
comet: {
177+
prettyLabel: "COMET",
178+
repoName: "COMET",
179+
repoUrl: "https://github.com/Unbabel/COMET/",
180+
countDownloads: `path:"hparams.yaml"`,
181+
},
176182
cosmos: {
177183
prettyLabel: "Cosmos",
178184
repoName: "Cosmos",

0 commit comments

Comments
 (0)