We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52419ce commit 7c41b33Copy full SHA for 7c41b33
README.md
@@ -17,7 +17,7 @@ python -m spacy download en_core_web_sm
17
Tested with Python 3.8 and PyTorch 1.7.
18
19
### Example Command
20
-#### Command for BERE over MATRES with all constraints and RoBERTa finetuning
+#### Command for BERE-p over MATRES
21
main.py --data_dir=data --model box --data_dir data --data_type matres --downsample 0.02 --epochs 50 --lambda_anno 1 --lambda_trans 0 --learning_rate 1e-05 --log_batch_size 6 --lstm_hidden_size 256 --lstm_input_size 768 --mlp_size 512 --roberta_hidden_size 768 --num_layers 1 --symm_eval 0 --loss_type 4
22
23
(BERE - loss_type=0, BERE-p - loss_type=4, BERE-c - loss_type=3
0 commit comments