Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rahular/pos-bert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul committed Sep 20, 2020
2 parents 5def139 + 82d1448 commit 934a6ce
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 @@ -4,6 +4,6 @@
2. Install dependencies: `pip install -r requirements.txt`
3. Download UD: Use [this link](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3226) to download all treebanks, unzip and place them inside `data` folder
4. Rename the files in the concerned treebanks to `train/dev/test.conllu`
5. Meta-train pos-tagger: `python meta_trainer.py --datasets="ewt,partut"` (can take arbitrary number of comma-separated datasets, there should be no space after comma)
6. Evaluate pos-tagger: `python test.py --datasets="ewt,partut" --dataset_type=test`
5. Meta-train pos-tagger: `python meta_trainer.py ewt partut` (can take arbitrary number of datasets)
6. Evaluate pos-tagger: `python test.py ewt partut --split=test`

0 comments on commit 934a6ce

Please sign in to comment.