Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,9 @@ Person, Location, Organization, Nationality, Job, Product, Event, Time, Art-Work
|
|
23 |
|
24 |
## How to use كيف تستخدم النموذج
|
25 |
|
26 |
-
Install transformers AND nltk
|
27 |
|
28 |
-
`$ pip3 install transformers==4.3.0 nltk==3.5`
|
29 |
|
30 |
> If you are using `Google Colab`, please restart your runtime after installing the packages.
|
31 |
|
|
|
23 |
|
24 |
## How to use كيف تستخدم النموذج
|
25 |
|
26 |
+
Install transformers AND nltk (python >= 3.6)
|
27 |
|
28 |
+
`$ pip3 install transformers==4.3.0 nltk==3.5 protobuf==3.15.3 torch==1.7.1`
|
29 |
|
30 |
> If you are using `Google Colab`, please restart your runtime after installing the packages.
|
31 |
|