YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Trained ML classifier models

Mount your trained model here so the worker can load it.

ml-worker/models/
└── malware-clf/            <-- CLASSIFIER_PATH points here
    β”œβ”€β”€ config.json
    β”œβ”€β”€ model.safetensors   (HuggingFace)  OR  model.onnx (ONNX backend)
    β”œβ”€β”€ tokenizer.json
    └── ...

Then set in .env:

ML_CLASSIFIER_ENABLED=true
CLASSIFIER_PATH=/models/malware-clf
CLASSIFIER_NAME=my-malware-clf-v1
CLASSIFIER_MALICIOUS_INDEX=1
CLASSIFIER_THRESHOLD=0.5

and build the worker with the ML deps:

docker compose build --build-arg INSTALL_ML=true ml-worker
docker compose up -d ml-worker

See the project README β†’ "Plug in your trained model" for the full process. This directory is git-ignored except for this file.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support