mohres commited on
Commit
20a3a8e
1 Parent(s): 6edfc30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -28,17 +28,29 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # Arabic-Book-Review-Sentiment-Assessment
30
 
31
- This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 1.5290
34
 
35
  ## Model description
36
 
37
- More information needed
 
 
 
 
 
 
 
 
 
 
38
 
39
  ## Intended uses & limitations
40
 
41
- More information needed
 
 
42
 
43
  ## Training and evaluation data
44
 
@@ -46,6 +58,7 @@ More information needed
46
 
47
  ## Training procedure
48
 
 
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
 
28
 
29
  # Arabic-Book-Review-Sentiment-Assessment
30
 
31
+ This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on [labr](https://huggingface.co/datasets/labr) dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 1.5290
34
 
35
  ## Model description
36
 
37
+ The purpose of this model is to analyze Arabic review texts and predict the appropriate rating for them, based on the sentiment and content of the review.
38
+ This can be particularly useful in tasks such as sentiment analysis, customer feedback analysis, or any application where understanding the sentiment conveyed in an Arabic textual review is important.
39
+
40
+ The labels associated with the ratings are `LABEL_0`, `LABEL_1`, `LABEL_2`, `LABEL_3`, and `LABEL_4`. These labels can be interpreted as follows:
41
+
42
+ - `LABEL_0`: Poor
43
+ - `LABEL_1`: Fair
44
+ - `LABEL_2`: Good
45
+ - `LABEL_3`: Very Good
46
+ - `LABEL_4`: Excellent
47
+
48
 
49
  ## Intended uses & limitations
50
 
51
+ While the model performs well with formal Arabic text (Examples 1, 3, and 4), it may struggle with slang or informal language, occasionally assigning higher ratings than expected (Example 2).
52
+ Additionally, the model is not capable of interpreting verbally given ratings (Example 5).
53
+ Users should be aware of these limitations and provide context-appropriate input for optimal performance.
54
 
55
  ## Training and evaluation data
56
 
 
58
 
59
  ## Training procedure
60
 
61
+
62
  ### Training hyperparameters
63
 
64
  The following hyperparameters were used during training: