Skip to content

Commit 5b37c34

Browse files
authored
Resolve some minor typos
1 parent 34a6310 commit 5b37c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Paper link: https://arxiv.org/abs/2109.00859
9090
Blog link: https://blog.salesforceairesearch.com/codet5/
9191

9292
The code currently includes two pre-trained checkpoints ([CodeT5-small](https://huggingface.co/Salesforce/codet5-small)
93-
and [CodeT5-base](https://huggingface.co/Salesforce/codet5-base)) and scripts to fine-tine them on 4 generation tasks (
93+
and [CodeT5-base](https://huggingface.co/Salesforce/codet5-base)) and scripts to fine-tune them on 4 generation tasks (
9494
code summarization, code generation, translation, and refinement) plus 2 understanding tasks (code defect detection and
9595
clone detection) in CodeXGLUE. We also provide their fine-tuned checkpoints to facilitate the easy replication
9696
of our paper.
@@ -177,7 +177,7 @@ Go to `sh` folder, set the `WORKDIR` in `exp_with_args.sh` to be your cloned Cod
177177
You can use `run_exp.py` to run a broad set of experiments by simply passing the `model_tag`, `task`, and `sub_task`
178178
arguments. In total, we support five models (i.e., ['roberta', 'codebert', 'bart_base', 'codet5_small', 'codet5_base'])
179179
and six tasks (i.e., ['summarize', 'concode', 'translate', 'refine', 'defect', 'clone']). For each task, we use
180-
the `sub_task` to specify which specific datasets to fine-tine on. Below is the full list:
180+
the `sub_task` to specify which specific datasets to fine-tne on. Below is the full list:
181181

182182
| \--task | \--sub\_task | Description |
183183
| --------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)