leonard-dls commited on
Commit
b2bb133
·
1 Parent(s): caa4a26

change dataset

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. dataset.jsonl +0 -0
  3. filtered_big_gsm8k_output.jsonl +0 -0
app.py CHANGED
@@ -4,7 +4,7 @@ import random
4
  import gradio as gr
5
  from difflib import SequenceMatcher
6
 
7
- file_path = "filtered_big_gsm8k_output.jsonl"
8
  similarity_threshold = 0.85
9
  current_index = 0
10
 
 
4
  import gradio as gr
5
  from difflib import SequenceMatcher
6
 
7
+ file_path = "dataset.jsonl"
8
  similarity_threshold = 0.85
9
  current_index = 0
10
 
dataset.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
filtered_big_gsm8k_output.jsonl DELETED
The diff for this file is too large to render. See raw diff