We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16ded6 commit 2ede23fCopy full SHA for 2ede23f
classification/README.md
@@ -1,5 +1,10 @@
1
2
-Code used for sentence classification tasks. We evaluate CNN, LSTM and SRU on 6 benchmarks
+Code used for sentence classification tasks. We evaluate CNN, LSTM and SRU on 6 benchmarks. Example learning curves:
3
+
4
+<p align="center">
5
+<img width=550 src="../imgs/classification.png"><br>
6
+<i>Training time (x-axis) vs valid accuracies (y-axis) on classification benchmarks</i><br>
7
+</p>
8
9
## How to run
10
- Download the datasets from [harvardnlp/sent-conv-torch/data](https://github.com/harvardnlp/sent-conv-torch/tree/master/data)
0 commit comments