msislam commited on
Commit
1290240
1 Parent(s): 10dab53

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -27,16 +27,24 @@ The training dataset is based on [The Multilingual Amazon Reviews Corpus](https:
27
 
28
  ## Results
29
 
30
- ```
31
- 'DE': {'precision': 0.9870741390453328, 'recall': 0.9883516686696866, 'f1': 0.9877124907612713}
32
- 'EN': {'precision': 0.9901617633147289, 'recall': 0.9914748508098892, 'f1': 0.9908178720181748}
33
- 'ES': {'precision': 0.9912407007439404, 'recall': 0.9912407007439404, 'f1': 0.9912407007439406}
34
- 'FR': {'precision': 0.9872469872469872, 'recall': 0.9871314927468414, 'f1': 0.9871892366188945}
 
 
 
 
 
 
 
 
35
 
36
  'overall_precision': 0.9888723454274744
37
  'overall_recall': 0.9895702634880803
38
  'overall_f1': 0.9892211813585232
39
- 'overall_accuracy': 0.9993651810717168
40
  ```
41
 
42
  ## Usage
 
27
 
28
  ## Results
29
 
30
+ ```python
31
+ {'DE': {'precision': 0.9870741390453328,
32
+ 'recall': 0.9883516686696866,
33
+ 'f1': 0.9877124907612713}
34
+ 'EN': {'precision': 0.9901617633147289,
35
+ 'recall': 0.9914748508098892,
36
+ 'f1': 0.9908178720181748}
37
+ 'ES': {'precision': 0.9912407007439404,
38
+ 'recall': 0.9912407007439404,
39
+ 'f1': 0.9912407007439406}
40
+ 'FR': {'precision': 0.9872469872469872,
41
+ 'recall': 0.9871314927468414,
42
+ 'f1': 0.9871892366188945}
43
 
44
  'overall_precision': 0.9888723454274744
45
  'overall_recall': 0.9895702634880803
46
  'overall_f1': 0.9892211813585232
47
+ 'overall_accuracy': 0.9993651810717168}
48
  ```
49
 
50
  ## Usage