jb2k commited on
Commit
f687881
·
1 Parent(s): b26307f

Created model card

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # bert-base-multilingual-cased-language-detection
2
+ A model for language detection with support for 45 languages
3
+ ## Model description
4
+ This model was created by fine-tuning
5
+ [bert-base-multilungal-cased](https://huggingface.co/bert-base-multilingual-cased) on the [common language](https://huggingface.co/datasets/common_language) dataset.
6
+ This dataset has support for 45 languages, which are listed below:
7
+ ```
8
+ Arabic, Basque, Breton, Catalan, Chinese_China, Chinese_Hongkong, Chinese_Taiwan, Chuvash, Czech, Dhivehi, Dutch, English, Esperanto, Estonian, French, Frisian, Georgian, German, Greek, Hakha_Chin, Indonesian, Interlingua, Italian, Japanese, Kabyle, Kinyarwanda, Kyrgyz, Latvian, Maltese, Mongolian, Persian, Polish, Portuguese, Romanian, Romansh_Sursilvan, Russian, Sakha, Slovenian, Spanish, Swedish, Tamil, Tatar, Turkish, Ukranian, Welsh
9
+ ```
10
+
11
+ ## Evaluation
12
+ This model was evaluated on the test split of the [common language](https://huggingface.co/datasets/common_language) dataset, and achieved the following metrics:
13
+ * Accuracy: 97.8%