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

xiaoyaoes
/
malicious-keras-text-encoder

Feature Extraction
Keras
English
text-encoding
nlp
Model card Files Files and versions
xet
Community

Instructions to use xiaoyaoes/malicious-keras-text-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use xiaoyaoes/malicious-keras-text-encoder with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://xiaoyaoes/malicious-keras-text-encoder")
    
  • Notebooks
  • Google Colab
  • Kaggle
malicious-keras-text-encoder
6.12 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
xiaoyaoes's picture
xiaoyaoes
Upload poc.py with huggingface_hub
087ef0d verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    420 Bytes
    Upload README.md with huggingface_hub 3 days ago
  • custom_layer.py
    839 Bytes
    Upload custom_layer.py with huggingface_hub 3 days ago
  • model.keras
    2.3 kB
    Upload model.keras with huggingface_hub 3 days ago
  • poc.py
    1.04 kB
    Upload poc.py with huggingface_hub 3 days ago