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

doanvinhlong18
/
lstm-news-classifier

Text Classification
Keras
English
news
lstm
tensorflow
Model card Files Files and versions
xet
Community

Instructions to use doanvinhlong18/lstm-news-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use doanvinhlong18/lstm-news-classifier with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://doanvinhlong18/lstm-news-classifier")
    
  • Notebooks
  • Google Colab
  • Kaggle
lstm-news-classifier
101 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
doanvinhlong18's picture
doanvinhlong18
Add fine-tuned Bidirectional LSTM news classifier
4b896a0 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Add fine-tuned Bidirectional LSTM news classifier about 1 month ago
  • README.md
    1.96 kB
    Add fine-tuned Bidirectional LSTM news classifier about 1 month ago
  • keras_tokenizer.pkl

    Detected Pickle imports (4)

    • "builtins.int",
    • "keras.src.legacy.preprocessing.text.Tokenizer",
    • "collections.defaultdict",
    • "collections.OrderedDict"

    How to fix it?

    3.15 MB
    xet
    Add fine-tuned Bidirectional LSTM news classifier about 1 month ago
  • label_meta.json
    667 Bytes
    Add fine-tuned Bidirectional LSTM news classifier about 1 month ago
  • lstm_model.keras
    97.6 MB
    xet
    Add fine-tuned Bidirectional LSTM news classifier about 1 month ago