prithivida
commited on
Commit
•
096c9e2
1
Parent(s):
846f82f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- BERT
|
6 |
+
- RNN
|
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)
|