dyyyyyyyy commited on
Commit
23b5f5f
1 Parent(s): cea83a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ We release five GNER models based on LLaMA (7B) and Flan-T5 (base, large, xl and
44
 
45
  You should install the dependencies:
46
  ```bash
47
- pip install torch>=2.1.0 datasets>=2.17.0 deepspeed>=0.13.4 accelerate>=0.27.2 transformers>=4.38.1 protobuf>=4.25.3
48
  ```
49
 
50
  Please check out [Example Jupyter Notebooks](https://github.com/yyDing1/GNER/blob/main/notebook.ipynb) for guidance on utilizing GNER models.
 
44
 
45
  You should install the dependencies:
46
  ```bash
47
+ pip install torch datasets deepspeed accelerate transformers protobuf
48
  ```
49
 
50
  Please check out [Example Jupyter Notebooks](https://github.com/yyDing1/GNER/blob/main/notebook.ipynb) for guidance on utilizing GNER models.