Spaces:
Sleeping
Sleeping
jonathantiedchen
commited on
Commit
Β·
951407f
1
Parent(s):
bc5d65b
moved gsm8k
Browse files
{data/gsm8k β gsm8k}/test.jsonl
RENAMED
File without changes
|
{data/gsm8k β gsm8k}/train.jsonl
RENAMED
File without changes
|
src/streamlit_app.py
CHANGED
@@ -83,7 +83,7 @@ with tab2:
|
|
83 |
|
84 |
if st.button("Run GSM8K Sample"):
|
85 |
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
86 |
-
gsm8k_path = os.path.join(ROOT_DIR, "
|
87 |
files = [f for f in os.listdir(gsm8k_path) if f.endswith(".jsonl")]
|
88 |
if not files:
|
89 |
st.error("No JSON files found in data/gsm8k.")
|
|
|
83 |
|
84 |
if st.button("Run GSM8K Sample"):
|
85 |
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
86 |
+
gsm8k_path = os.path.join(ROOT_DIR, "gsm8k")
|
87 |
files = [f for f in os.listdir(gsm8k_path) if f.endswith(".jsonl")]
|
88 |
if not files:
|
89 |
st.error("No JSON files found in data/gsm8k.")
|