bakrianoo commited on
Commit
dde5302
·
1 Parent(s): f19418d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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