Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

OneclickAI
/
RNN_test_Model

Keras
SimpleRNN_for_Sequence_Classification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Keras

    How to use OneclickAI/RNN_test_Model with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://OneclickAI/RNN_test_Model")
    
  • Notebooks
  • Google Colab
  • Kaggle
RNN_test_Model
3.92 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
OneclickAI's picture
OneclickAI
Update README.md
4d48665 verified 9 months ago
  • .gitattributes
    1.58 kB
    Upload 9 months ago
  • README.md
    18.4 kB
    Update README.md 9 months ago
  • config.json
    500 Bytes
    Upload 4 files 9 months ago
  • my_rnn_model_imdb.keras
    3.89 MB
    xet
    Upload 9 months ago
  • test.py
    2.38 kB
    Upload 4 files 9 months ago
  • train.py
    2.65 kB
    Upload 4 files 9 months ago