Changes: * Updated `run_race.py` to support inference mode.
1.1
Change log: * Removed all flag definitions (`absl.DEFINE_`) from the modules. They should reside in the caller code.
1.0.1
This is the initial release of **XLNet TensorFlow**.
Changes from the official repository: * Updated the (relative) import expression to include the package name (e.g. `from data_utils import SEP_ID` was transformed into from `xlnet.data_utils import SEP_ID`).