salesforce / decaNLP

The Natural Language Decathlon: A Multitask Challenge for NLP
BSD 3-Clause "New" or "Revised" License
2.34k stars 471 forks source link

experiments.sh file is missing? #22

Closed ajaynagesh closed 5 years ago

ajaynagesh commented 6 years ago

Where can I find the experiments.sh file mentioned in the README file ? Thanks!

bmccann commented 6 years ago

I'll add this back, but for now:

For single tasks, the command mentioned in the Training section in the README for SQuAD can be altered with the task of choice, and you can keep everything else the same.

For multitask experiments, you can use the example in the Training section of the README to train using the fully joint, round robin strategy. To use the anti-curriculum strategies, you can use --n_jumpstart to set how many tasks you want to train in the pretraining phase (based on the list of tasks provided for --train_tasks), and you can use --jump_start to specify the number of iterations that each of those pretrained tasks should get (recommended to be around 75k).

ajaynagesh commented 6 years ago

Very helpful, thank you! I'll keep this issue open just as a placeholder and close it when the file is uploaded. Hope that is okay ..

bmccann commented 5 years ago

For the most part this is really just the same commands from the README with minor variations, so I don't think it is necessary.