khaledsoudy commited on
Commit
4920547
·
verified ·
1 Parent(s): 005593b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -28,18 +28,25 @@ GitHub: [khaledsoudy-1](https://github.com/khaledsoudy-1)
28
 
29
  ---
30
 
 
 
 
 
 
 
 
31
  ## How to Use the Model
32
 
33
  ### 1. Install Required Libraries
34
 
35
- Make sure you have the **transformers** library installed:
36
 
37
  ```bash
38
- pip install transformers
39
  ```
40
 
41
  ```bash
42
- pip install tensorflow
43
  ```
44
 
45
 
 
28
 
29
  ---
30
 
31
+ ## Source Code 💻
32
+
33
+ You can find the source code and full implementation of this project on my [GitHub repository](https://github.com/khaledsoudy-1/FineTuning-BERT-Arabic-Sentiment/tree/main).
34
+
35
+ The repository contains the Google Colab notebook, dataset, and scripts used to fine-tune the model for Arabic sentiment analysis.
36
+
37
+
38
  ## How to Use the Model
39
 
40
  ### 1. Install Required Libraries
41
 
42
+ Make sure you have the **transformers** and **tensorflow** libraries installed:
43
 
44
  ```bash
45
+ !pip install transformers
46
  ```
47
 
48
  ```bash
49
+ !pip install tensorflow
50
  ```
51
 
52