Instructions to use LayerFault/tensorflow-clean-control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use LayerFault/tensorflow-clean-control with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("LayerFault/tensorflow-clean-control") - Notebooks
- Google Colab
- Kaggle
File size: 517 Bytes
5098e3e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"candidate_rules": [],
"corpus_id": "LF-CORPUS-TF-0003",
"description": "Benign bounded SavedModel marker-scan control.",
"expected_rules": [
"LF-TF-STRUCT-VALID"
],
"generator": "extra_formats.tensorflow_clean",
"ground_truth": "synthetic-generated",
"must_not_rules": [
"LF-TF-EXECUTION-OP"
],
"repo_name": "tensorflow-clean-control",
"repo_type": "model",
"safety": "inert/canary-only",
"schema": 1,
"validation": {
"kind": "inspect",
"target": "saved_model.pb"
}
}
|