Skip to content

Commit 63fa442

Browse files
Add mcorr model to pretrained list (#588)
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent 423b9b5 commit 63fa442

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

utils/model_uploader/model_listing/pretrained_models_all_versions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,16 @@
330330
"description": "A semantic highlighter model that identifies and highlights relevant sentences in a document given a query."
331331
}
332332
}
333+
},
334+
{
335+
"name": "amazon/metrics_correlation",
336+
"versions": {
337+
"1.0.0b2": {
338+
"format": [
339+
"torch_script"
340+
],
341+
"description": "A metrics correlation model that detects anomalous events in time series data by identifying when multiple metrics simultaneously display unusual behavior."
342+
}
343+
}
333344
}
334345
]

0 commit comments

Comments
 (0)