Rijgersberg commited on
Commit
f4a6591
·
verified ·
1 Parent(s): 506d21d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -153,3 +153,11 @@ lang_id = LanguageIdentifier.from_modelstring(model, norm_probs=True)
153
 
154
  lang, conf = lang_id.classify(title + '\n\n' + description)
155
  ```
 
 
 
 
 
 
 
 
 
153
 
154
  lang, conf = lang_id.classify(title + '\n\n' + description)
155
  ```
156
+
157
+ For Dutch, here is the agreement table between the `original_language` column from YouTube Commons and the newly detected `language` column.
158
+
159
+ | | `original_language` nl | `original_language` !nl |
160
+ |----------------|------------------------|-------------------------|
161
+ | `language` nl | 7010 | 4698 |
162
+ | `language` !nl | 21452 | 2997408 |
163
+