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

cheaptrix
/
congress_bill_summary_model

Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use cheaptrix/congress_bill_summary_model with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("cheaptrix/congress_bill_summary_model")
    model = AutoModelForSeq2SeqLM.from_pretrained("cheaptrix/congress_bill_summary_model")
  • Notebooks
  • Google Colab
  • Kaggle
congress_bill_summary_model / notebooks
205 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cheaptrix's picture
cheaptrix
Import evaluate was added
68f3489 verified about 2 years ago
  • README.md
    115 Bytes
    Added README.md about 2 years ago
  • T5_Base_Model_Interface.ipynb
    27.6 kB
    Import evaluate was added about 2 years ago
  • T5_California_Bill_Finetune.ipynb
    44.4 kB
    Added notebooks about 2 years ago
  • T5_California_Model_Interface.ipynb
    25.7 kB
    Import evaluate was added about 2 years ago
  • T5_Congres_Bill_Model_Interface.ipynb
    26.4 kB
    Import evaluate was added about 2 years ago
  • TermProject.ipynb
    57.5 kB
    Added notebooks about 2 years ago
  • data_cleaning.ipynb
    23.1 kB
    Added notebooks about 2 years ago