Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JohnYossarian1961
/
keras-nested-lambda-poc

Keras
security
proof-of-concept
Model card Files Files and versions
xet
Community

Instructions to use JohnYossarian1961/keras-nested-lambda-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use JohnYossarian1961/keras-nested-lambda-poc with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://JohnYossarian1961/keras-nested-lambda-poc")
    
  • Notebooks
  • Google Colab
  • Kaggle
keras-nested-lambda-poc
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
JohnYossarian1961's picture
JohnYossarian1961
Add README with vulnerability description
4fbd953 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    702 Bytes
    Add README with vulnerability description about 1 month ago
  • keras_nested_lambda_poc.keras
    17.9 kB
    Add PoC: nested Lambda layer bypasses ModelScan KerasLambdaDetectScan about 1 month ago
  • nested_lambda_bypass.keras
    728 Bytes
    Upload nested_lambda_bypass.keras with huggingface_hub about 1 month ago
  • trojan_model.keras
    16.1 kB
    Upload trojan_model.keras with huggingface_hub about 1 month ago