mofawzy commited on
Commit
9509718
1 Parent(s): aa97b89

update readme file to include new accuracy results on test set

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -21,12 +21,13 @@ Arabic version bert model fine tuned on Hotel Arabic Reviews dataset from bookin
21
  The model were fine-tuned on ~93000 book reviews in arabic using bert large arabic
22
 
23
 
 
24
  ## Results
25
  | class | precision | recall | f1-score | Support |
26
  |----------|-----------|--------|----------|---------|
27
- | 0 | 0.9655 | 0.9601 | 0.9628 | 10570 |
28
- | 1 | 0.9603 | 0.9657 | 0.9630 | 10570 |
29
- | Accuracy | | | 0.9629 | 21140 |
30
 
31
 
32
 
 
21
  The model were fine-tuned on ~93000 book reviews in arabic using bert large arabic
22
 
23
 
24
+
25
  ## Results
26
  | class | precision | recall | f1-score | Support |
27
  |----------|-----------|--------|----------|---------|
28
+ | 0 | 0.9733 | 0.9547 | 0.9639 | 10570 |
29
+ | 1 | 0.9555 | 0.9738 | 0.9646 | 10570 |
30
+ | Accuracy | | | 0.9642 | 21140 |
31
 
32
 
33