Abdulrahman Al-Ghamdi commited on
Commit
190bd83
·
verified ·
1 Parent(s): 64f6506

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -31
README.md CHANGED
@@ -1,42 +1,43 @@
1
  ---
2
  license: apache-2.0
3
  datasets:
4
- - hadyelsahar/ar_res_reviews
5
  language:
6
- - ar
7
  metrics:
8
- - accuracy
9
- - precision
10
- - recall
11
- - f1
12
  base_model: aubmindlab/bert-base-arabertv02
13
  pipeline_tag: text-classification
14
  tags:
15
- - text-classification
16
- - sentiment-analysis
17
- - arabic
18
- - restaurant-reviews
19
  model-index:
20
- - name: ArabReview-Sentiment
21
- results:
22
- - task:
23
- type: text-classification
24
- dataset:
25
- name: hadyelsahar/ar_res_reviews
26
- type: sentiment-analysis
27
- metrics:
28
- - name: Accuracy
29
- type: accuracy
30
- value: 86.41
31
- - name: Precision
32
- type: precision
33
- value: 87.01
34
- - name: Recall
35
- type: recall
36
- value: 86.49
37
- - name: F1 Score
38
- type: f1
39
- value: 86.75
 
40
  ---
41
 
42
  # 🍽️ Arabic Restaurant Review Sentiment Analysis 🚀
@@ -99,4 +100,4 @@ training_args = TrainingArguments(
99
  max_grad_norm=1.0,
100
  metric_for_best_model="eval_loss",
101
  greater_is_better=False,
102
- )
 
1
  ---
2
  license: apache-2.0
3
  datasets:
4
+ - hadyelsahar/ar_res_reviews
5
  language:
6
+ - ar
7
  metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
  base_model: aubmindlab/bert-base-arabertv02
13
  pipeline_tag: text-classification
14
  tags:
15
+ - text-classification
16
+ - sentiment-analysis
17
+ - arabic
18
+ - restaurant-reviews
19
  model-index:
20
+ - name: ArabReview-Sentiment
21
+ results:
22
+ - task:
23
+ type: text-classification
24
+ dataset:
25
+ name: hadyelsahar/ar_res_reviews
26
+ type: sentiment-analysis
27
+ metrics:
28
+ - name: Accuracy
29
+ type: accuracy
30
+ value: 86.41
31
+ - name: Precision
32
+ type: precision
33
+ value: 87.01
34
+ - name: Recall
35
+ type: recall
36
+ value: 86.49
37
+ - name: F1 Score
38
+ type: f1
39
+ value: 86.75
40
+ library_name: transformers
41
  ---
42
 
43
  # 🍽️ Arabic Restaurant Review Sentiment Analysis 🚀
 
100
  max_grad_norm=1.0,
101
  metric_for_best_model="eval_loss",
102
  greater_is_better=False,
103
+ )