sagorsarker's picture
Update README.md
efb9cf2
|
raw
history blame
No virus
384 Bytes
---
license: mit
---
News article doc2vec model trained for [bnlp](https://github.com/sagorbrur/bnlp) library.
## Training details
- Trained using gensim doc2vec module
- Trained on https://www.kaggle.com/datasets/ebiswas/bangla-largest-newspaper-dataset datasets with 8 jsons (randomly selected)
- Total news articles 400013
- Parameter: vector size=100, min_count = 2 , epochs=40