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-rwkv-tokenizer-eval-poc

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

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

  • Libraries
  • Keras

    How to use VincHmann/keras-rwkv-tokenizer-eval-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-rwkv-tokenizer-eval-poc")
    
  • Notebooks
  • Google Colab
  • Kaggle
keras-rwkv-tokenizer-eval-poc
4.56 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
VincHmann's picture
VincHmann
Fix: replace non-ASCII dashes with ASCII to prevent encoding issues
56cc1c8 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.41 kB
    Fix: replace non-ASCII dashes with ASCII to prevent encoding issues about 2 months ago
  • malicious_rwkv_tokenizer.keras
    635 Bytes
    Fix: cross-platform payload (replace hardcoded Windows path with tempfile.gettempdir()) about 2 months ago