You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The complete python package list of our environment is included in the requirements.txt.
The installation may need several minutes if there is no environmental conflicts.
2. Hardware requirements
Needs a server with at least one Tesla V100 GPU.
3. Training and Testing
* Download datasets and pretrained language models from their original sources
* Change the path names and data file names. If you have K GPUs, need to split the entire training data into K folds.
* Execute "sh run.sh"
Note: The logs at the training stage will show the training loss and accuracy. Logs at the test stage will show the test results. The sample codes usually run for a few minutes.