Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
datquocnguyen authored Mar 12, 2018
1 parent 0ac40b6 commit e36a9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ will produce model files `trialmodel` and `trialmodel.params` in folder `SOURCE_

### Utilize a pre-trained model

Pre-trained joint models for *universal* POS tagging and dependency parsing to 40+ languages can be found at [__HERE__](https://drive.google.com/drive/folders/0B5eBgc8jrKtpTXhfRmpKbUEtdlE?usp=sharing). The pre-trained models are learned with **DEFAULT** hyper-parameters, using dependency treebanks from [the Universal Dependencies project](http://universaldependencies.org/) [v2.0](http://hdl.handle.net/11234/1-1983). It is likely that using pre-trained word embeddings for initialization and performing a grid search of hyper-parameters (e.g. varying the initial learning rate in {0.0002, 0.0005, 0.001, 0.002, 0.005}) would help return better results.
Pre-trained joint models for *universal* POS tagging and dependency parsing to 40+ languages can be found at [__HERE__](https://drive.google.com/drive/folders/0B5eBgc8jrKtpTXhfRmpKbUEtdlE?usp=sharing). The pre-trained models are learned with **DEFAULT** hyper-parameters, using dependency treebanks from [the Universal Dependencies project](http://universaldependencies.org/) [v2.0](http://hdl.handle.net/11234/1-1983). It is likely that using pre-trained word embeddings for initialization and performing a grid search of hyper-parameters (e.g. varying the initial learning rate in {0.0002, 0.0005, 0.001}) would help return better results.

Assume that you are going to utilize a pre-trained model for annotating a corpus whose _each line represents a tokenized/word-segmented sentence_. You should use `converter.py` in folder `SOURCE_DIR/utils` to obtain a 10-column data format of this corpus:

Expand Down

0 comments on commit e36a9e2

Please sign in to comment.