Abdulrahman Al-Ghamdi commited on
Commit
7fee4fd
ยท
verified ยท
1 Parent(s): 45ea391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -35,6 +35,9 @@ It is based on **aubmindlab/bert-base-arabertv2** and fine-tuned using **Hugging
35
  โœ… **Balanced Dataset** (2418 Positive vs. 2418 Negative Reviews).
36
  โœ… **High Accuracy & Performance** for Sentiment Analysis in Arabic.
37
 
 
 
 
38
  ---
39
 
40
  ## **๐Ÿ“ฅ Dataset & Preprocessing**
@@ -102,7 +105,7 @@ print(result)
102
  ```
103
  โœ… **Example Output:**
104
  ```json
105
- [{"label": "Positive", "score": 0.96}]
106
  ```
107
 
108
  ---
 
35
  โœ… **Balanced Dataset** (2418 Positive vs. 2418 Negative Reviews).
36
  โœ… **High Accuracy & Performance** for Sentiment Analysis in Arabic.
37
 
38
+ **๐Ÿš€ Try the Model Now!**
39
+ [![Hugging Face Space](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm-dark.svg)](https://huggingface.co/spaces/Abduuu/Arabic-Reviews-Sentiment-Analysis)
40
+
41
  ---
42
 
43
  ## **๐Ÿ“ฅ Dataset & Preprocessing**
 
105
  ```
106
  โœ… **Example Output:**
107
  ```json
108
+ [{'label': 'Positive', 'score': 0.91551274061203}]]
109
  ```
110
 
111
  ---