Instructions to use LayerFault/tensorflow-filesystem-write with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use LayerFault/tensorflow-filesystem-write 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-filesystem-write") - Notebooks
- Google Colab
- Kaggle
File size: 529 Bytes
cf62d9c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"candidate_rules": [],
"corpus_id": "LF-CORPUS-TF-0002",
"description": "SavedModel bytes containing PrintV2 plus a synthetic file:// target.",
"expected_rules": [
"LF-TF-FILESYSTEM-WRITE"
],
"generator": "extra_formats.tensorflow_filesystem_write",
"ground_truth": "synthetic-generated",
"must_not_rules": [],
"repo_name": "tensorflow-filesystem-write",
"repo_type": "model",
"safety": "inert/canary-only",
"schema": 1,
"validation": {
"kind": "inspect",
"target": "saved_model.pb"
}
}
|