Skip to content

Commit c04d49b

Browse files
Add fme to model libraries (#1628)
This is the library used for training and running Ai2 Climate Emulator: https://huggingface.co/collections/allenai/ace-67327d822f0f0d8e0e5e6ca4 Co-authored-by: vb <[email protected]>
1 parent de3c8c8 commit c04d49b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
389389
filter: true,
390390
countDownloads: `path:"pytorch_model.bin"`,
391391
},
392+
fme: {
393+
prettyLabel: "Full Model Emulation",
394+
repoName: "Full Model Emulation",
395+
repoUrl: "https://github.com/ai2cm/ace",
396+
docsUrl: "https://ai2-climate-emulator.readthedocs.io/en/latest/",
397+
filter: false,
398+
countDownloads: `path_extension:"tar"`,
399+
},
392400
"gemma.cpp": {
393401
prettyLabel: "gemma.cpp",
394402
repoName: "gemma.cpp",

0 commit comments

Comments
 (0)