Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ The fastText model is used along with [GneissWeb.Edu_classifier](https://hugging
|
|
25 |
|
26 |
**Training Data**
|
27 |
|
28 |
-
The model is trained on 800k documents, labeled using the WatsonNLP hierachical categorization. Please refer to [
|
29 |
Training data is selected as follows.
|
30 |
|
31 |
- *Positive documents*: 400k documents randomly sampled from the documents labeled with science category with a confidence score 0.95 and above.
|
|
|
25 |
|
26 |
**Training Data**
|
27 |
|
28 |
+
The model is trained on 800k documents, labeled using the [WatsonNLP hierachical categorization](https://www.ibm.com/docs/en/watsonx/saas?topic=catalog-hierarchical-categorization). Please refer to [fastText text classification tutorial](https://fasttext.cc/docs/en/python-module.html) for details.
|
29 |
Training data is selected as follows.
|
30 |
|
31 |
- *Positive documents*: 400k documents randomly sampled from the documents labeled with science category with a confidence score 0.95 and above.
|