Spaces:
Runtime error
Runtime error
switching to c4
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def get_dataset(name, n_items=1000):
|
|
25 |
|
26 |
|
27 |
# names = ["oscar", "the_pile", "c4", "roots_en"]
|
28 |
-
name = "
|
29 |
df, max_perplexity = get_dataset(name)
|
30 |
|
31 |
# Create scatter plot with x and y coordinates
|
|
|
25 |
|
26 |
|
27 |
# names = ["oscar", "the_pile", "c4", "roots_en"]
|
28 |
+
name = "c4"
|
29 |
df, max_perplexity = get_dataset(name)
|
30 |
|
31 |
# Create scatter plot with x and y coordinates
|