Skip to content
Snippets Groups Projects
Commit 9962255e authored by umlauf's avatar umlauf
Browse files

addition to template

parent 4fb1e0d2
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,5 @@ source venv/bin/activate
cd /path/to/code/repository/swp-data-augmentation-for-metonymy-resolution/Code
python main.py --architecture MODEL_TO_TRAIN --model_type CLASSIFICATION_MODEL -t PATH/TO/TRAIN_SET.txt -v PATH/TO/TEST_SET.txt --tokenizer TOKENIZER -max MAXIMUM_SEQUENZE_LENGHT -rs RANDOM_SEED -lr LEARNING_RATE -e EPOCHS --train_loop TRAINER -b TRAIN_BATCH_SIZE -tb TEST_BATCH_SIZE -gras GRADIENT_STEPS -sd PATH/TO/RESULT/file.txt
#for methods MixUp and TMix add arguments as shown in main.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment