Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
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
Added README.md
Browse files- notebooks/README.md +1 -0
notebooks/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# In this folder you will find all of the notebooks used to perform data cleaning, fine-tunning, and ROUGE analysis
|