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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ dataset_iter = iter(
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
  )
14
 
15
  # Load the model
 
9
  "max-long/bl_books_textile_filter",
10
  split="train",
11
  trust_remote_code=True
12
+ ).shuffle(seed=42) # Shuffling added here
13
  )
14
 
15
  # Load the model