max-long commited on
Commit
68135f3
·
verified ·
1 Parent(s): 3e1e93b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,9 +6,8 @@ from datasets import load_dataset
6
  # Load the BL dataset with streaming
7
  dataset_iter = iter(
8
  load_dataset(
9
- "TheBritishLibrary/blbooks",
10
  split="train",
11
- streaming=True,
12
  trust_remote_code=True
13
  ).shuffle(buffer_size=10000, seed=42) # Shuffling added here
14
  )
 
6
  # Load the BL dataset with streaming
7
  dataset_iter = iter(
8
  load_dataset(
9
+ "max-long/bl_books_textile_filter",
10
  split="train",
 
11
  trust_remote_code=True
12
  ).shuffle(buffer_size=10000, seed=42) # Shuffling added here
13
  )