SashaSk commited on
Commit
fb57361
·
verified ·
1 Parent(s): 8b1d1ca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
2
- title: Language Classifier
3
- emoji: 📈
4
- colorFrom: purple
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.15.2
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
  ---
2
+ title: Multilingual Language Classifier
3
+ emoji: 🌍
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
 
 
7
  app_file: app.py
8
  pinned: false
9
+ license: mit
10
  ---
11
 
12
+ # Multilingual Language Classifier
13
+
14
+ Fine-tuned **XLM-RoBERTa** detecting one of **20 languages** at **99.6%** test accuracy.
15
+
16
+ - Model: [SashaSk/xlm-roberta-language-id](https://huggingface.co/SashaSk/xlm-roberta-language-id)
17
+ - Code & full results: [github.com/SashaSkind/lang-classifier](https://github.com/SashaSkind/lang-classifier)