AbdallahNasir commited on
Commit
95b713b
1 Parent(s): a250f61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -6,12 +6,21 @@ pipeline_tag: text-classification
6
  datasets:
7
  - labr
8
  widget:
9
- - text: "من أفضل الكتب التي قرأتها في هذا العام"
10
- example_title: "Positive"
11
- - text: "الكتاب سيء، لا أنصح أحد بقراءته أبدا"
12
- example_title: "Negative"
13
- - text: "لا يمكنك الجزم بشيء حول هذا الكتاب"
14
- example_title: "Neutral"
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Introduction
@@ -105,4 +114,9 @@ trainer = Trainer(
105
  # Train and save
106
  trainer.train()
107
  trainer.save_model("final_output")
108
- ```
 
 
 
 
 
 
6
  datasets:
7
  - labr
8
  widget:
9
+ - text: من أفضل الكتب التي قرأتها في هذا العام
10
+ example_title: Positive
11
+ - text: الكتاب سيء، لا أنصح أحد بقراءته أبدا
12
+ example_title: Negative
13
+ - text: لا يمكنك الجزم بشيء حول هذا الكتاب
14
+ example_title: Neutral
15
+ metrics:
16
+ - precision
17
+ - recall
18
+ - f1
19
+ library_name: transformers
20
+ tags:
21
+ - code
22
+ - sentiment analysis
23
+ - sentiment-analysis
24
  ---
25
 
26
  # Introduction
 
114
  # Train and save
115
  trainer.train()
116
  trainer.save_model("final_output")
117
+ ```
118
+
119
+ ##### Keywords
120
+ * sentiment analysis
121
+ * arabic
122
+ * book reviews