leonard-dls
commited on
Commit
·
b2bb133
1
Parent(s):
caa4a26
change dataset
Browse files- app.py +1 -1
- dataset.jsonl +0 -0
- 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 = "
|
| 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
|
|
|