alexneakameni commited on
Commit
41e3979
·
verified ·
1 Parent(s): f60103a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,13 +1,25 @@
1
  ---
2
  metrics:
3
- - precision: 0.9734840613846838
4
- - recall: 0.9733370365227052
5
- - f1: 0.9732910950552367
6
- - accuracy: 0.9733370365227052
7
  pipeline_tag: text-classification
8
  license: mit
9
  datasets:
10
  - hac541309/open-lid-dataset
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
  # Language Detection Model
13
 
 
1
  ---
2
  metrics:
3
+ - precision - 0.9734840613846838
4
+ - recall - 0.9733370365227052
5
+ - f1 - 0.9732910950552367
6
+ - accuracy - 0.9733370365227052
7
  pipeline_tag: text-classification
8
  license: mit
9
  datasets:
10
  - hac541309/open-lid-dataset
11
+ language:
12
+ - en
13
+ - fr
14
+ - de
15
+ - es
16
+ - ar
17
+ - el
18
+ tags:
19
+ - detection
20
+ - classification
21
+ - language
22
+ - text
23
  ---
24
  # Language Detection Model
25