We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to replicate some of your analysis. It seems like the following subfolders (and code within) is missing:
|-- baseline/ | |-- depmodel.py | |-- regexmodel.py | |-- run_dep.py | |-- run_regex.py | |-- run_srl.py | |-- srlmodel.py |-- calibration/ | |-- mcdropout.py | |-- post_hoc.py |-- data/ | |-- raw/ | |-- processed/ |-- notebooks/ | |-- baselines.ipynb | |-- data.ipynb | |-- domain_shift.ipynb | |-- fewshot.ipynb
In addition, utils.py is also missing.
utils.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to replicate some of your analysis. It seems like the following subfolders (and code within) is missing:
In addition,
utils.py
is also missing.The text was updated successfully, but these errors were encountered: