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

vzani
/
portuguese-fake-news-classifier-bilstm-combined

Text Classification
Keras
Portuguese
bilstm
portuguese
fake-news
binary-classification
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use vzani/portuguese-fake-news-classifier-bilstm-combined with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use vzani/portuguese-fake-news-classifier-bilstm-combined with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://vzani/portuguese-fake-news-classifier-bilstm-combined")
    
  • Notebooks
  • Google Colab
  • Kaggle
portuguese-fake-news-classifier-bilstm-combined
132 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
vzani's picture
vzani
Add corpus: add corpus_alinhado_df.parquet
45c7421 verified 12 months ago
  • corpus
    Add corpus: add corpus_alinhado_df.parquet 12 months ago
  • .gitattributes
    1.58 kB
    Initial upload: add model file final_bilstm_model.keras 12 months ago
  • README.md
    3.55 kB
    Add autogenerated Model Card 12 months ago
  • confusion_matrix.png
    19.2 kB
    Initial upload: add confusion_matrix.png 12 months ago
  • final_bilstm_model.keras
    86.2 MB
    xet
    Initial upload: add model file final_bilstm_model.keras 12 months ago
  • final_classification_report.parquet
    3.87 kB
    xet
    Initial upload: add final_classification_report.parquet 12 months ago
  • final_predictions.parquet
    1.65 MB
    xet
    Initial upload: add final_predictions.parquet 12 months ago