MuhammadQASIM111 commited on
Commit
67f43d6
·
verified ·
1 Parent(s): 9d99250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,8 +7,9 @@ import streamlit as st
7
  import torch
8
 
9
  # Load the BillSum dataset
10
- dataset = load_dataset("billsum", split="ca_test")
11
 
 
 
12
  # Initialize models
13
  sbert_model = SentenceTransformer("all-mpnet-base-v2")
14
  t5_tokenizer = AutoTokenizer.from_pretrained("t5-small")
 
7
  import torch
8
 
9
  # Load the BillSum dataset
 
10
 
11
+
12
+ ds = load_dataset("FiscalNote/billsum")
13
  # Initialize models
14
  sbert_model = SentenceTransformer("all-mpnet-base-v2")
15
  t5_tokenizer = AutoTokenizer.from_pretrained("t5-small")