Skip to content

Commit

Permalink
second half of synthetic eval
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Mar 30, 2024
1 parent 6bf37f3 commit 4d6b61d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ import kotlin.to
fun main() {
// MAX_UNIQUE = 1_000
TIMEOUT_MS = 30_000
MAX_TOKENS = 40
MIN_TOKENS = 40
MAX_TOKENS = 79
// MAX_RADIUS = 3
CFG_THRESH = 10_000
evaluateBarHillelRepairOnStackOverflow()
// evaluateSeq2ParseRepair()
// evaluateBIFIRepair()
}

val LEN_BUCKET_INTERVAL = 5
val LEN_BUCKET_INTERVAL = 10

fun readPCFG3() =
File(File("").absolutePath + "/src/main/resources/models/pcfg3_BIFI.csv").readText()
Expand Down

0 comments on commit 4d6b61d

Please sign in to comment.