Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1024er authored Nov 14, 2019
1 parent 0445a40 commit edf62db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ You can run the code by:

1.finetune bert on each dataset before run aug_dataset.py

python finetune_dataset.py
```python finetune_dataset.py```

2.then load fine-tuned bert in aug_dataset.py

python aug_dataset.py
```python aug_dataset.py```

The hyperparameters of the models and training were selected by a grid-search using baseline models without data augmentation in each task’s validation set individually.

Expand Down

0 comments on commit edf62db

Please sign in to comment.