mead-ml / mead-baseline

Deep-Learning Model Exploration and Development for NLP
Apache License 2.0
243 stars 73 forks source link

WIP: Feature/mlm repl #915

Open dpressel opened 2 years ago

dpressel commented 2 years ago

Adds a prompt_toolkit based repl to make it easy to query an MLM. Also adds export of bias term to HF exporter. To change the method from sampling to greedy decoding, special repl commands :max and :sample can be used