Skip to content

Commit

Permalink
Merge pull request #67 from zouharvi/patch-1
Browse files Browse the repository at this point in the history
add link to EACL tutorial
  • Loading branch information
jplalor committed May 3, 2024
2 parents 44418cb + 1c1937c commit add99c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Once you install from PyPI, you can use the following command to fit an IRT
model on the scored predictions of a dataset. For example, if you were to run py-irt with the 4PL model on the scored predictions of different transformer models on the SQuAD dataset, you'd do this:
`py-irt train 4pl ~/path/to/dataset/eg/squad.jsonlines /path/to/output/eg/test-4pl/`

Please see the [EACL 2024 IRT4NLP tutorial](https://eacl2024irt.github.io/notebooks/2_IntroToIRT_jupyter.html) which showcases py-irt usage from within Python and not from CLI.

## FAQ

1. What kind of output should I expect on running the command to train an IRT model?
Expand Down

0 comments on commit add99c7

Please sign in to comment.