sagorsarker
commited on
Commit
•
d34beaf
1
Parent(s):
a40bda6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Bangla FastText Model
|
5 |
+
This is a FastText pre-trained model for the Bengali language
|
6 |
+
This model is build for [bnlp](https://github.com/sagorbrur/bnlp) package.
|
7 |
+
|
8 |
+
## Datasets
|
9 |
+
- [Wikipedia dump datasets](https://dumps.wikimedia.org/bnwiki/latest/)
|
10 |
+
|
11 |
+
## Training Details
|
12 |
+
- Fasttext trained with total words = 20M, vocab size = 1171011, epoch=50, embedding dimension = 300
|
13 |
+
|
14 |
+
## Evaluation Details
|
15 |
+
- training loss = 0.318668
|