prithivida commited on
Commit
4364acb
1 Parent(s): d2de395

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - CNN
6
+ - LSTM
7
+ license: "MIT"
8
+ ---
9
+ # NeuSpell: A Neural Spelling Correction Toolkit
10
+ This model checkpoint belongs to the Original Neuspell python library and is ported to HuggingFace Hub to be used as a part of NeuSpell-Demo spaces.
11
+ - [Refer to the Fork of the library (with HF hub support) in GitHub:](https://github.com/PrithivirajDamodaran/neuspell)
12
+ - [Refer to the original library in GitHub:](https://github.com/neuspell/neuspell)