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

Check out the documentation for more information.

Keras TextVectorization flipud batch-order manipulation PoC

This repository contains a scanner-clean .keras proof of concept where a malicious model patches TextVectorization.standardize to the exported Keras function keras.ops.flipud.

Trigger:

KERAS_BACKEND=tensorflow python reproduce.py

Expected result:

  • the control model predicts [1, 0] for ["approve transfer", "deny transfer"]
  • the malicious model predicts [0, 1] for the same batch
  • single-row inference is unchanged
  • modelscan reports No issues found!
Downloads last month
88
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support