BramVanroy commited on
Commit
04d05ee
·
verified ·
1 Parent(s): 97c59d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -173,7 +173,7 @@ Based on these criteria, the "best guessed" license is picked as the one in the
173
  - in_footer: list of whether licenses were found in a footer
174
  - license_parse_error: whether there was a problem when trying to extract the license, e.g. an unparseable HTML document
175
  - license_disagreement: whether the `potential_licenses["abbr"]` disagree, i.e., different types of licenses were found. License *versions* are not included in the comparison!
176
- - language: the language, as detected by fastText `ft176`
177
  - language_score: the language identification confidence score
178
  - found_in_fw: whether this sample was found in FineWeb(-2). For non-English, crawls that are more recent than FW2 (everything after 2024-18) is marked as None. For English, crawls that are more recent than FW v1.3 is marked as None (after 2024-51).
179
 
 
173
  - in_footer: list of whether licenses were found in a footer
174
  - license_parse_error: whether there was a problem when trying to extract the license, e.g. an unparseable HTML document
175
  - license_disagreement: whether the `potential_licenses["abbr"]` disagree, i.e., different types of licenses were found. License *versions* are not included in the comparison!
176
+ - language: the language, as detected by glotlid
177
  - language_score: the language identification confidence score
178
  - found_in_fw: whether this sample was found in FineWeb(-2). For non-English, crawls that are more recent than FW2 (everything after 2024-18) is marked as None. For English, crawls that are more recent than FW v1.3 is marked as None (after 2024-51).
179