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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sharktide
/
ohca-predictor-v1

Tabular Classification
google-tensorflow TensorFlow
Keras
Transformers
English
cvdpredict
cvd_ohca_predictor
tensorflow
ohcaprediction
ohca_predictor
custom_code
Model card Files Files and versions
xet
Community

Instructions to use sharktide/ohca-predictor-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use sharktide/ohca-predictor-v1 with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://sharktide/ohca-predictor-v1")
    
  • Transformers

    How to use sharktide/ohca-predictor-v1 with Transformers:

    # Load model directly
    from transformers import TFAutoModel
    model = TFAutoModel.from_pretrained("sharktide/ohca-predictor-v1", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ohca-predictor-v1
554 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
sharktide's picture
sharktide
Update README.md
77be05d verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    5.91 kB
    Update README.md 4 days ago
  • best_checkpoint.weights.h5
    69.4 MB
    xet
    Upload 8 files 7 days ago
  • checkpoint_epoch20.weights.h5
    69.4 MB
    xet
    Upload 8 files 7 days ago
  • checkpoint_epoch40.weights.h5
    69.4 MB
    xet
    Upload 8 files 7 days ago
  • checkpoint_epoch60.weights.h5
    69.4 MB
    xet
    Upload 8 files 7 days ago
  • checkpoint_epoch80.weights.h5
    69.4 MB
    xet
    Upload 8 files 7 days ago
  • config.json
    558 Bytes
    Update config.json 7 days ago
  • configuration_ohca.py
    211 Bytes
    Update configuration_ohca.py 7 days ago
  • modeling_ohca.py
    3.39 kB
    Update modeling_ohca.py 5 days ago
  • ohca_model_final.weights.h5
    69.4 MB
    xet
    Upload 8 files 7 days ago
  • ohca_model_v1.h5
    69 MB
    xet
    Upload ohca_model_v1.h5 7 days ago
  • tf_model.h5
    69 MB
    xet
    Rename ohca_model_v1.h5 to tf_model.h5 7 days ago