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

girolamodiceglie
/
sentiment-analysis-model

Keras
Model card Files Files and versions
xet
Community

Instructions to use girolamodiceglie/sentiment-analysis-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use girolamodiceglie/sentiment-analysis-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://girolamodiceglie/sentiment-analysis-model")
    
  • Notebooks
  • Google Colab
  • Kaggle
sentiment-analysis-model
703 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
girolamodiceglie's picture
girolamodiceglie
Merge remote-tracking branch 'origin/main' into update
8bb7020 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • model.keras
    696 kB
    update about 2 years ago
  • sentiment.ipynb
    6.02 kB
    update about 2 years ago