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

talhajaved
/
cryptomodel

Text Classification
Keras
English
Model card Files Files and versions
xet
Community

Instructions to use talhajaved/cryptomodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use talhajaved/cryptomodel with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://talhajaved/cryptomodel")
    
  • Notebooks
  • Google Colab
  • Kaggle
cryptomodel
80.2 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
talhajaved's picture
talhajaved
Another model card edit
109d866 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • AVAXUSDT_x22.xlsx_binary_classification_model.h5
    77.6 kB
    First push over 2 years ago
  • README.md
    195 Bytes
    Another model card edit over 2 years ago
  • model.py
    900 Bytes
    First push over 2 years ago