Skip to content

Commit 0e866fa

Browse files
committed
Update README.md
Add performance test example.
1 parent 99e25c6 commit 0e866fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,16 @@ Example: TFeatureBin.exe -mode index -template template.txt -inputfile features.
300300

301301
In above example, according templates, the raw text feature set, features.txt, will be indexed as features.bin file in binary format.
302302

303+
## Performance
304+
Here is peformance results on Chinese named entity recognizer task. You could get corpus, configuration and parameter files from RNNSharp demo package file in [release section](https://github.com/zhongkaifu/RNNSharp/releases). The result is based on bi-directional BPTT-RNN model. The first hidden layer size is 200, and the second hidden layer size is 100. The result in below is from test corpus.
305+
306+
Parameter | Token Error | Sentence Error
307+
------------------------|--------------|----
308+
1-hidden layer | 5.53% | 15.46%
309+
1-hidden layer-CRF | 5.51% | 13.60%
310+
2-hidden layers | 5.47% | 14.23%
311+
2-hidden layers-CRF | 5.40% | 12.93%
312+
303313
## Run on Linux/Mac
304314

305315
With Mono-project which is the third party .NET framework on Linux/Mac, RNNSharp is able to run on some non-Windows platforms without re-compile or modify, such as Linux, Mac and others.

0 commit comments

Comments
 (0)