Skip to content

Commit

Permalink
added english example for constituency
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Aug 13, 2020
1 parent 78bd902 commit 38ffcb8
Show file tree
Hide file tree
Showing 3 changed files with 1,034 additions and 0 deletions.
9 changes: 9 additions & 0 deletions session/constituency/english/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## how-to

1. git clone, https://github.com/michaeljohns2/self-attentive-parser

2. run training,

```bash
python3 src/main.py train --use-bert --model-path-base models/en_bert --bert-model "bert-large-uncased" --num-layers 2 --learning-rate 0.00005 --batch-size 32 --eval-batch-size 16 --subbatch-max-tokens 500 --predict-tags
```
Loading

0 comments on commit 38ffcb8

Please sign in to comment.