ImranzamanML commited on
Commit
e5a9824
·
verified ·
1 Parent(s): 3b06cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -19,14 +19,23 @@ pipeline_tag: text-classification
19
  The ImranzamanML/GEFS-language-detector is a fined tuned model by using the dataset of papluca [Language Identification](https://huggingface.co/datasets/papluca/language-identification#additional-information) and the base model [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) .
20
 
21
  This language detection model demonstrated exceptional performance, achieving an impressive F1 score close to 100%. This result significantly exceeds typical benchmarks and underscores the model's accuracy and reliability in identifying languages.
 
 
 
 
 
 
 
 
 
22
  ## Supported languages
23
  Currently this model support 4 languages but in future more languages will be added.
24
 
25
  Following languages supported by the model:
26
- - german (de)
27
- - english (en)
28
- - french (fr)
29
- - spanish (es)
30
 
31
  # Use a pipeline as a high-level helper
32
 
@@ -75,6 +84,9 @@ model = AutoModelForSequenceClassification.from_pretrained("ImranzamanML/GEFS-la
75
  fr 0.9995 0.9996 0.9996 0.9996
76
  es 0.9994 0.9996 0.9995 0.9996
77
 
 
 
 
78
  ## About Author
79
 
80
  **Name**: Muhammad Imran Zaman
 
19
  The ImranzamanML/GEFS-language-detector is a fined tuned model by using the dataset of papluca [Language Identification](https://huggingface.co/datasets/papluca/language-identification#additional-information) and the base model [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) .
20
 
21
  This language detection model demonstrated exceptional performance, achieving an impressive F1 score close to 100%. This result significantly exceeds typical benchmarks and underscores the model's accuracy and reliability in identifying languages.
22
+
23
+ ## Predicted output:
24
+
25
+ Model will return the language detection in the language codes like:
26
+ - de as German
27
+ - en as English
28
+ - fr as French
29
+ - es as Spanish
30
+
31
  ## Supported languages
32
  Currently this model support 4 languages but in future more languages will be added.
33
 
34
  Following languages supported by the model:
35
+ - German (de)
36
+ - English (en)
37
+ - French (fr)
38
+ - Spanish (es)
39
 
40
  # Use a pipeline as a high-level helper
41
 
 
84
  fr 0.9995 0.9996 0.9996 0.9996
85
  es 0.9994 0.9996 0.9995 0.9996
86
 
87
+
88
+
89
+
90
  ## About Author
91
 
92
  **Name**: Muhammad Imran Zaman