Hajar-Emami commited on
Commit
975e0a8
·
verified ·
1 Parent(s): abf36eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The fastText model is used along with [GneissWeb.Edu_classifier](https://hugging
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 technology category with a confidence score 0.95 and above.
32
  - *Negative documents*: 400k documents randomly sampled from the documents labeled with any category other than science, education, medical, and technology categories with a confidence score of 0.95 and above.
 
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 technology category with a confidence score 0.95 and above.
32
  - *Negative documents*: 400k documents randomly sampled from the documents labeled with any category other than science, education, medical, and technology categories with a confidence score of 0.95 and above.