ptrdvn commited on
Commit
ab8da27
·
verified ·
1 Parent(s): c2f75e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -105,6 +105,8 @@ Output your score on a scale of 0-100, with 0 meaning that the text contains no
105
  Your output should be only an integer from 0-100."""
106
  ```
107
 
 
 
108
  We then trained a small neural network on top of fasttext's embeddings to predict these scores.
109
 
110
  We chose the languages in this dataset by making a union set of the 30 most popular languages on earth as according to [Ethnologue 2024](https://www.ethnologue.com/insights/ethnologue200/) and the 30 most popular languages within MADLAD-400.
 
105
  Your output should be only an integer from 0-100."""
106
  ```
107
 
108
+ This resulted in the dataset found at [lightblue/text_ratings](https://huggingface.co/datasets/lightblue/text_ratings).
109
+
110
  We then trained a small neural network on top of fasttext's embeddings to predict these scores.
111
 
112
  We chose the languages in this dataset by making a union set of the 30 most popular languages on earth as according to [Ethnologue 2024](https://www.ethnologue.com/insights/ethnologue200/) and the 30 most popular languages within MADLAD-400.