Skip to content

Commit

Permalink
Update path to model
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewwi committed Dec 4, 2024
1 parent 21d097b commit 9f36df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenarios/crowdsecurity/ml-anomaly-detection-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: crowdsecurity/ml-anomaly-detection-large
description: "Detect anomalous behavior using the large ML model"
filter: IsAnomalous(evt.Meta.http_verb, evt.Meta.http_path)
data:
- source_url: https://hub-data.crowdsec.net/crowd2vec-detector-prod-large.tar
- source_url: https://hub-data.crowdsec.net/ml/crowd2vec-detector-prod-large.tar
dest_file: crowd2vec-detector-prod-large.tar
type: ml_roberta_model
labels:
Expand Down
2 changes: 1 addition & 1 deletion scenarios/crowdsecurity/ml-anomaly-detection-medium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: crowdsecurity/ml-anomaly-detection-medium
description: "Detect anomalous behavior using the medium ML model"
filter: IsAnomalous(evt.Meta.http_verb, evt.Meta.http_path)
data:
- source_url: https://hub-data.crowdsec.net/crowd2vec-detector-prod-medium.tar
- source_url: https://hub-data.crowdsec.net/ml/crowd2vec-detector-prod-medium.tar
dest_file: crowd2vec-detector-prod-medium.tar
type: ml_roberta_model
labels:
Expand Down
2 changes: 1 addition & 1 deletion scenarios/crowdsecurity/ml-anomaly-detection-small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: crowdsecurity/ml-anomaly-detection-small
description: "Detect anomalous behavior using the small ML model"
filter: IsAnomalous(evt.Meta.http_verb, evt.Meta.http_path)
data:
- source_url: https://hub-data.crowdsec.net/crowd2vec-detector-prod-small.tar
- source_url: https://hub-data.crowdsec.net/ml/crowd2vec-detector-prod-small.tar
dest_file: crowd2vec-detector-prod-small.tar
type: ml_roberta_model
labels:
Expand Down

0 comments on commit 9f36df1

Please sign in to comment.