Skip to content

umass-ml4ed/naep_math_challenge

Repository files navigation

naep_math_chanllenge

How to run

0. install all requirement

1. Save dataset in /data folder

2. run preprocessing.py

python preprocessing.py

3. train the model with specific setting

#one example here:

#run training with gpt2, in context learning setting with 2 examples and closed form student solutions

python main.py lm=gpt2 task=all in_context=True closed_form=True examples=True n_examples=2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages