arjunguha commited on
Commit
0f62e55
·
unverified ·
1 Parent(s): 000c07e

Copy scripts

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. copy.sh +9 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Puzzle Reasoning Challenge
3
- emoji: 🦀
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
 
1
  ---
2
  title: Puzzle Reasoning Challenge
3
+ emoji: 🤔
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
copy.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # This script assumes you have the NPRSundayPuzzle repo cloned to $SRC_DIR.
3
+
4
+ SRC_DIR=../../nuprl/NPRSundayPuzzle
5
+
6
+ cp $SRC_DIR/dataset_viewer.py app.py
7
+ cp $SRC_DIR/metrics.py metrics.py
8
+ cp $SRC_DIR/puzzles_cleaned.csv puzzles_cleaned.csv
9
+ cp $SRC_DIR/results.duckdb results.duckdb