Skip to content

Commit

Permalink
remind users to use glove embeddings for reproducing the results
Browse files Browse the repository at this point in the history
  • Loading branch information
allanj committed Mar 11, 2020
1 parent 33f714e commit 25bd85c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/benchmark.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Benchmark Performance

Empirically, although `ADAM` optimizer converges faster, we found that using `SGD` with learning rate of `0.01` and `100` epochs is better than `ADAM`.
The following results are obtained with the Glove embeddings (`glove.6B.100d.txt`).
Download the embeddings and specify the path as arguments.

* Experiments on the CoNLL-2003 dataset

Expand Down

0 comments on commit 25bd85c

Please sign in to comment.