Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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
|