Skip to content

Commit 34a6310

Browse files
committed
add multi-task script
1 parent 70def42 commit 34a6310

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ For example, if you want to run CodeT5-base model on the code summarization task
194194
python run_exp.py --model_tag codet5_base --task summarize --sub_task python
195195
```
196196

197+
For multi-task training, you can type:
198+
199+
```
200+
python run_exp.py --model_tag codet5_base --task multi_task --sub_task none
201+
```
202+
197203
Besides, you can specify:
198204

199205
```

0 commit comments

Comments
 (0)