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

VincHmann
/
keras-parseq-tokenizer-file-read-poc

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

Instructions to use VincHmann/keras-parseq-tokenizer-file-read-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use VincHmann/keras-parseq-tokenizer-file-read-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://VincHmann/keras-parseq-tokenizer-file-read-poc")
    
  • KerasHub

    How to use VincHmann/keras-parseq-tokenizer-file-read-poc with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://VincHmann/keras-parseq-tokenizer-file-read-poc")
    
  • Keras

    How to use VincHmann/keras-parseq-tokenizer-file-read-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://VincHmann/keras-parseq-tokenizer-file-read-poc")
    
  • Notebooks
  • Google Colab
  • Kaggle
keras-parseq-tokenizer-file-read-poc
8.89 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
VincHmann's picture
VincHmann
Upload poc_parseq_file_read.py with huggingface_hub
7c7f03b verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    4.36 kB
    Upload README.md with huggingface_hub about 1 month ago
  • malicious_parseq.keras
    581 Bytes
    Upload malicious_parseq.keras with huggingface_hub about 1 month ago
  • poc_parseq_file_read.py
    2.43 kB
    Upload poc_parseq_file_read.py with huggingface_hub about 1 month ago