Skip to content

Commit 2ede23f

Browse files
authored
Update README.md
1 parent e16ded6 commit 2ede23f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

classification/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

2-
Code used for sentence classification tasks. We evaluate CNN, LSTM and SRU on 6 benchmarks
2+
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>
38

49
## How to run
510
- Download the datasets from [harvardnlp/sent-conv-torch/data](https://github.com/harvardnlp/sent-conv-torch/tree/master/data)

0 commit comments

Comments
 (0)