CoolFace
Datasetpublic

cpllab/syntaxgym

sourceHugging Faceupdated 4y agoView on Hugging Face
2likes422downloads
18 commits on main
d482c794y ago

support loading all suites by default; represent multiple suites within dataset with suite_name feature

Jon Gauthier
452d2014y ago

extract metric code for SyntaxGym metric space

Jon Gauthier
e0194384y ago

add pytest comparison between gpt2 outputs from this code and from syntaxgym-core

Jon Gauthier
abe55844y ago

fix surprisal indexing issues

Jon Gauthier
6d4b2a04y ago

ignore padding tokens in surprisal aggregation

Jon Gauthier
07dd7354y ago

improve punctuation rendering (no extraneous spaces)

Jon Gauthier
2b3c98b4y ago

type hint improvements

Jon Gauthier
3dad0494y ago

Download test suite materials dynamically rather than distributing JSONs

Jon Gauthier
535608c4y ago

Implementation nice and clean, but need to verify results w/ reference syntaxgym-core still

Jon Gauthier
9d3d9804y ago

Get prediction evaluation working

Jon Gauthier
70f42264y ago

Get token aggregation working; just need to support predictions

Jon Gauthier
aab16354y ago

restructure to accord with HF Hub expectations, I think

Jon Gauthier
5c02ba44y ago

scaffold test script, partway there for actual prediction evaluation

Jon Gauthier
26039934y ago

gitignore

Jon Gauthier
7e951ff4y ago

working example with half-implemented evaluation

Jon Gauthier
2b2f7444y ago

stage working data loader, no metric/eval

Jon Gauthier
d2541854y ago

stage test suites

Jon Gauthier
a6646c84y ago

initial commit

jgauthier