Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
Medium TF-IDF-based model for [pmtrendviz](https://github.com/psaegert/pmtrendviz)
|
5 |
+
|
6 |
+
### Training
|
7 |
+
- Training Samples: 3,000,000
|
8 |
+
- `n_components`: 250
|
9 |
+
- `n_clusters`: 250
|
10 |
+
- `n_gram_range`: (1, 2)
|