DerivedFunction commited on
Commit
56c697e
·
verified ·
1 Parent(s): cf4d2a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -145,7 +145,7 @@ generalizes well on a variety of languages, while also behaves as a multi-label
145
 
146
  ## Intended uses & limitations
147
  This model can be treated as a base model for further fine-tuning on specific language identification extraction tasks.
148
- Note that as a general language tagging model, it can potentially get confused from shared language families or from short texts. For example, English and German, Spanish and Portuguese, and Russian and Ukrainian.
149
 
150
  The model is trained on a sentence with a minimum of four tokens, so it may not accurately classify very short and ambigous statements. Note that this model is experimental
151
  and may produce unexpected results compared to generic text classifiers. It is trained on cleaned text, therefore, "messy" text may unexpectedly produce different results.
 
145
 
146
  ## Intended uses & limitations
147
  This model can be treated as a base model for further fine-tuning on specific language identification extraction tasks.
148
+ Note that as a general language tagging model, it can potentially get confused from shared language families or from short texts. For example, Danish and Norwegian, Spanish and Portuguese, and Russian and Ukrainian.
149
 
150
  The model is trained on a sentence with a minimum of four tokens, so it may not accurately classify very short and ambigous statements. Note that this model is experimental
151
  and may produce unexpected results compared to generic text classifiers. It is trained on cleaned text, therefore, "messy" text may unexpectedly produce different results.