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

Grey01
/
bart_billsum

KerasHub
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • KerasHub

    How to use Grey01/bart_billsum with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://Grey01/bart_billsum")
    
  • Keras

    How to use Grey01/bart_billsum with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://Grey01/bart_billsum")
    
  • Notebooks
  • Google Colab
  • Kaggle
bart_billsum / assets /tokenizer
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Grey01's picture
Grey01
Upload folder using huggingface_hub
64c5541 verified almost 2 years ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub almost 2 years ago
  • vocabulary.json
    1.04 MB
    Upload folder using huggingface_hub almost 2 years ago