teven commited on
Commit
01d5d64
1 Parent(s): a9cc2b2

switching to c4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "oscar"
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